Home
last modified time | relevance | path

Searched refs:IsCompleteType (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDArrayBoundCheckerV2.cpp222 static bool IsCompleteType(ASTContext &Ctx, QualType Ty) { in IsCompleteType() function
291 if (!IsCompleteType(astContext, elemType)) in computeOffset()
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDStore.cpp52 static bool IsCompleteType(ASTContext &Ctx, QualType Ty) { in IsCompleteType() function
199 if (IsCompleteType(Ctx, PointeeTy)) { in castRegion()
HDMemRegion.cpp1120 static bool IsCompleteType(ASTContext &Ctx, QualType Ty) { in IsCompleteType() function
1151 if (!IsCompleteType(C, elemType)) { in getAsArrayOffset()
1293 if (!IsCompleteType(getContext(), EleTy)) { in getAsOffset()
/trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDClangASTType.h138 IsCompleteType () const;
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBType.cpp406 return m_opaque_sp->GetClangASTType(false).IsCompleteType(); in IsTypeComplete()
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp323 ClangASTType::IsCompleteType () const in IsCompleteType() function in ClangASTType