HomeSort by relevance Sort by last modified time
    Searched defs:astContext (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
ArrayBoundCheckerV2.cpp 223 static bool IsCompleteType(ASTContext &Ctx, QualType Ty) {
291 ASTContext &astContext = svalBuilder.getContext();
292 if (!IsCompleteType(astContext, elemType))
300 astContext.getTypeSizeInChars(elemType),
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 59 milliseconds