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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp290 ASTContext &astContext = svalBuilder.getContext(); local
291 if (!IsCompleteType(astContext, elemType))
299 astContext.getTypeSizeInChars(elemType),
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h155 const CXXDestructorDecl *getDestructorDecl(ASTContext &astContext) const;
156 bool isNoReturn(ASTContext &astContext) const;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp336 explicit CFGBuilder(ASTContext *astContext, argument
338 : Context(astContext), cfg(new CFG()), // crew a new CFG
3425 CFGImplicitDtor::getDestructorDecl(ASTContext &astContext) const {
3435 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) {
3448 astContext.getBaseElementType(DTy)->getAsCXXRecordDecl();
3466 bool CFGImplicitDtor::isNoReturn(ASTContext &astContext) const {
3467 if (const CXXDestructorDecl *DD = getDestructorDecl(astContext))

Completed in 120 milliseconds