Home
last modified time | relevance | path

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

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