Searched refs:astContext (Results 1 - 4 of 4) 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/include/clang/Analysis/
H A DCFG.h152 const CXXDestructorDecl *getDestructorDecl(ASTContext &astContext) const;
153 bool isNoReturn(ASTContext &astContext) const;
/external/clang/lib/Analysis/
H A DCFG.cpp335 explicit CFGBuilder(ASTContext *astContext, argument
337 : Context(astContext), cfg(new CFG()), // crew a new CFG
3382 CFGImplicitDtor::getDestructorDecl(ASTContext &astContext) const {
3392 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) {
3415 bool CFGImplicitDtor::isNoReturn(ASTContext &astContext) const {
3416 if (const CXXDestructorDecl *DD = getDestructorDecl(astContext))
/external/clang/tools/libclang/
H A DCIndex.cpp6337 ASTContext &astContext = astUnit->getASTContext(); local
6341 (unsigned long) astContext.getASTAllocatedMemory());
6345 (unsigned long) astContext.Idents.getAllocator().getTotalMemory());
6349 (unsigned long) astContext.Selectors.getTotalMemory());
6353 (unsigned long) astContext.getSideTableAllocatedMemory());
6368 (unsigned long) astContext.getSourceManager().getContentCacheSize());
6382 (unsigned long) astContext.getSourceManager()
6386 if (ExternalASTSource *esrc = astContext.getExternalSource()) {

Completed in 113 milliseconds