Searched refs:IsCompleteType (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp222 static bool IsCompleteType(ASTContext &Ctx, QualType Ty) { function
291 if (!IsCompleteType(astContext, elemType))
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp52 static bool IsCompleteType(ASTContext &Ctx, QualType Ty) { function
199 if (IsCompleteType(Ctx, PointeeTy)) {
H A DMemRegion.cpp1110 static bool IsCompleteType(ASTContext &Ctx, QualType Ty) { function
1141 if (!IsCompleteType(C, elemType)) {
1283 if (!IsCompleteType(getContext(), EleTy)) {

Completed in 175 milliseconds