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 222 static bool IsCompleteType(ASTContext &Ctx, QualType Ty) {
290 ASTContext &astContext = svalBuilder.getContext();
291 if (!IsCompleteType(astContext, elemType))
299 astContext.getTypeSizeInChars(elemType),
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 562 milliseconds