Searched defs:astContext (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp290 ASTContext &astContext = svalBuilder.getContext(); local
291 if (!IsCompleteType(astContext, elemType))
299 astContext.getTypeSizeInChars(elemType),
/external/clang/lib/Analysis/
H A DCFG.cpp336 explicit CFGBuilder(ASTContext *astContext, argument
338 : Context(astContext), cfg(new CFG()), // crew a new CFG
3705 CFGImplicitDtor::getDestructorDecl(ASTContext &astContext) const {
3716 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) {
3729 astContext.getBaseElementType(DTy)->getAsCXXRecordDecl();
3747 bool CFGImplicitDtor::isNoReturn(ASTContext &astContext) const {
3748 if (const CXXDestructorDecl *DD = getDestructorDecl(astContext))

Completed in 170 milliseconds