Searched refs:getASTContext (Results 51 - 75 of 150) sorted by relevance

123456

/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp76 : BR(br), Checker(checker), AC(ac), ASTC(AC->getASTContext()),
H A DVLASizeChecker.cpp87 ASTContext &Ctx = C.getASTContext();
H A DMallocOverflowSecurityChecker.cpp256 mgr.getASTContext());
H A DMallocChecker.cpp605 ASTContext &Ctx = C.getASTContext();
677 initIdentifierInfo(C.getASTContext());
717 else if (isStandardNewDelete(FD, C.getASTContext())) {
765 if (!isStandardNewDelete(NE->getOperatorNew(), C.getASTContext()))
785 if (!isStandardNewDelete(DE->getOperatorDelete(), C.getASTContext()))
975 ASTContext &Ctx = C.getASTContext();
1469 int offsetBytes = Offset.getOffset() / C.getASTContext().getCharWidth();
1870 isFreeFunction(FD, C.getASTContext()))
1874 isStandardNewDelete(FD, C.getASTContext()))
H A DObjCSelfInitChecker.cpp399 ASTContext &Ctx = MD->getASTContext();
H A DUnixAPIChecker.cpp76 if (C.getASTContext().getTargetInfo().getTriple().getVendor()
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h136 Finder.matchAST(AST->getASTContext());
/external/clang/include/clang/AST/
H A DDeclTemplate.h384 Function->getASTContext());
1577 = new (getASTContext()) SpecializedPartialSpecialization();
1595 ExplicitInfo = new (getASTContext()) ExplicitSpecializationInfo;
1611 ExplicitInfo = new (getASTContext()) ExplicitSpecializationInfo;
1618 ExplicitInfo = new (getASTContext()) ExplicitSpecializationInfo;
1629 Profile(ID, TemplateArgs->asArray(), getASTContext());
2436 new (getASTContext()) SpecializedPartialSpecialization();
2454 ExplicitInfo = new (getASTContext()) ExplicitSpecializationInfo;
2470 ExplicitInfo = new (getASTContext()) ExplicitSpecializationInfo;
2477 ExplicitInfo = new (getASTContext()) ExplicitSpecializationInf
[all...]
H A DMangle.h69 ASTContext &getASTContext() const { return Context; } function in class:clang::MangleContext
H A DDecl.h86 ASTContext &getASTContext() const { return Ctx; } function in class:clang::TranslationUnitDecl
933 return isThisDeclarationADefinition(getASTContext());
940 return hasDefinition(getASTContext());
956 return getDefinition(getASTContext());
1874 setParams(getASTContext(), NewParamInfo);
1905 return getType()->getAs<FunctionType>()->getCallResultType(getASTContext());
1985 setInstantiationOfMemberFunction(getASTContext(), FD, TSK);
2089 setFunctionTemplateSpecialization(getASTContext(), Template, TemplateArgs,
2458 MaybeModedTInfo = new (getASTContext()) ModedTInfo(unmodedTSI, modedTy);
3031 setInstantiationOfMemberEnum(getASTContext(), E
[all...]
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h99 ASTContext &getASTContext() const { return D->getASTContext(); } function in class:clang::AnalysisDeclContext
/external/clang/lib/AST/
H A DDeclBase.cpp45 getASTContext().getExternalSource()->updateOutOfDateIdentifier(II);
74 return getASTContext().getExternalSource()->getModule(getOwningModuleID());
225 setDeclContextsImpl(getDeclContext(), DC, getASTContext());
273 ASTContext &Decl::getASTContext() const { function in class:Decl
274 return getTranslationUnitDecl()->getASTContext();
278 return getASTContext().getASTMutationListener();
287 ASTContext &Ctx = getASTContext();
434 AvailabilityResult AR = CheckAvailability(getASTContext(), Availability,
475 getASTContext().getLangOpts().ObjCRuntime.hasWeakClassImport()) {
494 if (CheckAvailability(getASTContext(), Availabilit
[all...]
H A DASTDumper.cpp819 D->getASTContext().getLocalCommentForDeclUncached(D);
1235 D->getQualifier()->print(OS, D->getASTContext().getPrintingPolicy());
1242 D->getQualifier()->print(OS, D->getASTContext().getPrintingPolicy());
1248 D->getQualifier()->print(OS, D->getASTContext().getPrintingPolicy());
2152 ASTDumper P(OS, &getASTContext().getCommentCommandTraits(),
2153 &getASTContext().getSourceManager());
2158 ASTDumper P(llvm::errs(), &getASTContext().getCommentCommandTraits(),
2159 &getASTContext().getSourceManager(), /*ShowColors*/true);
2171 ASTContext &Ctx = cast<TranslationUnitDecl>(DC)->getASTContext();
H A DCXXInheritance.cpp303 if (!Paths.lookupInBases(getASTContext(), this, BaseMatches, UserData))
710 ASTContext &Context = getASTContext();
/external/clang/tools/libclang/
H A DCXSourceLocation.cpp147 cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc);
173 return cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc);
H A DIndexing.cpp361 const SourceManager &SM = IndexCtx.getASTContext().getSourceManager();
426 IndexCtx.setASTContext(CI.getASTContext());
805 IndexConsumer->Initialize(Unit->getASTContext());
1092 return cxloc::translateSourceLocation(IndexCtx.getASTContext(), Loc);
/external/lldb/source/Expression/
H A DClangExpressionParser.cpp400 ParseAST(m_compiler->getPreprocessor(), ast_transformer, m_compiler->getASTContext());
402 ParseAST(m_compiler->getPreprocessor(), m_code_generator.get(), m_compiler->getASTContext());
/external/clang/lib/Sema/
H A DSemaFixItUtils.cpp164 const IdentifierInfo *II = &S.getASTContext().Idents.get(Name);
/external/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp113 ASTContext &Context = CurrentSema->getASTContext();
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp395 AllowPCHWithCompilerErrors, getPreprocessor(), getASTContext(),
399 getASTContext().setExternalSource(Source);
511 TheSema.reset(new Sema(getPreprocessor(), getASTContext(), getASTConsumer(),
1235 getASTContext().setASTMutationListener(
1238 getASTContext().setExternalSource(ModuleManager);
1495 TranslationUnitDecl *TU = getASTContext().getTranslationUnitDecl();
1496 ImportDecl *ImportD = ImportDecl::CreateImplicit(getASTContext(), TU,
/external/clang/include/clang/Frontend/
H A DASTUnit.h493 const ASTContext &getASTContext() const { return *Ctx; } function in class:clang::ASTUnit
494 ASTContext &getASTContext() { return *Ctx; } function in class:clang::ASTUnit
H A DCompilerInstance.h416 ASTContext &getASTContext() const { function in class:clang::CompilerInstance
/external/clang/lib/ARCMigrate/
H A DARCMT.cpp276 ASTContext &Ctx = Unit->getASTContext();
552 ASTContext &Ctx = Unit->getASTContext();
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp410 Diags.Report(ND->getASTContext().getFullLoc(ND->getLocation()),
443 Loc = FD->getASTContext().getFullLoc(FD->getBodyRBrace());
/external/clang/lib/Analysis/
H A DConsumed.cpp777 ASTContext &CurrContext = AC.getASTContext();
1240 ASTContext &CurrContext = AC.getASTContext();
1403 DTor.getDestructorDecl(AC.getASTContext()),
1415 DTor.getDestructorDecl(AC.getASTContext()),

Completed in 215 milliseconds

123456