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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp291 ASTContext &astContext = svalBuilder.getContext(); local
292 if (!IsCompleteType(astContext, elemType))
300 astContext.getTypeSizeInChars(elemType),
/external/clang/include/clang/Analysis/
H A DCFG.h134 const CXXDestructorDecl *getDestructorDecl(ASTContext &astContext) const;
135 bool isNoReturn(ASTContext &astContext) const;
/external/clang/tools/libclang/
H A DCIndex.cpp5934 ASTContext &astContext = astUnit->getASTContext(); local
5938 (unsigned long) astContext.getASTAllocatedMemory());
5942 (unsigned long) astContext.Idents.getAllocator().getTotalMemory());
5946 (unsigned long) astContext.Selectors.getTotalMemory());
5950 (unsigned long) astContext.getSideTableAllocatedMemory());
5965 (unsigned long) astContext.getSourceManager().getContentCacheSize());
5979 (unsigned long) astContext.getSourceManager()
5983 if (ExternalASTSource *esrc = astContext.getExternalSource()) {
/external/clang/lib/Analysis/
H A DCFG.cpp297 explicit CFGBuilder(ASTContext *astContext, argument
299 : Context(astContext), cfg(new CFG()), // crew a new CFG
3294 CFGImplicitDtor::getDestructorDecl(ASTContext &astContext) const {
3305 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) {
3328 bool CFGImplicitDtor::isNoReturn(ASTContext &astContext) const {
3329 if (const CXXDestructorDecl *decl = getDestructorDecl(astContext)) {

Completed in 458 milliseconds