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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp272 ASTContext &astContext = svalBuilder.getContext(); local
273 if (!IsCompleteType(astContext, elemType))
281 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.cpp5614 ASTContext &astContext = astUnit->getASTContext(); local
5618 (unsigned long) astContext.getASTAllocatedMemory());
5622 (unsigned long) astContext.Idents.getAllocator().getTotalMemory());
5626 (unsigned long) astContext.Selectors.getTotalMemory());
5630 (unsigned long) astContext.getSideTableAllocatedMemory());
5645 (unsigned long) astContext.getSourceManager().getContentCacheSize());
5659 (unsigned long) astContext.getSourceManager()
5663 if (ExternalASTSource *esrc = astContext.getExternalSource()) {
/external/clang/lib/Analysis/
H A DCFG.cpp290 explicit CFGBuilder(ASTContext *astContext, argument
292 : Context(astContext), cfg(new CFG()), // crew a new CFG
2981 CFGImplicitDtor::getDestructorDecl(ASTContext &astContext) const {
2992 if (const ArrayType *arrayType = astContext.getAsArrayType(ty)) {
3016 bool CFGImplicitDtor::isNoReturn(ASTContext &astContext) const {
3017 if (const CXXDestructorDecl *cdecl = getDestructorDecl(astContext)) {

Completed in 105 milliseconds