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.h180 const CXXDestructorDecl *getDestructorDecl(ASTContext &astContext) const;
181 bool isNoReturn(ASTContext &astContext) const;
/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))
/external/clang/tools/libclang/
H A DCIndex.cpp6640 ASTContext &astContext = astUnit->getASTContext();
6644 (unsigned long) astContext.getASTAllocatedMemory());
6648 (unsigned long) astContext.Idents.getAllocator().getTotalMemory());
6652 (unsigned long) astContext.Selectors.getTotalMemory());
6656 (unsigned long) astContext.getSideTableAllocatedMemory());
6671 (unsigned long) astContext.getSourceManager().getContentCacheSize());
6685 (unsigned long) astContext.getSourceManager()
6689 if (ExternalASTSource *esrc = astContext.getExternalSource()) {

Completed in 1815 milliseconds