HomeSort by: relevance | last modified time | path
    Searched defs:getASTContext (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Context.h 56 ASTContext &getASTContext() const { return Ctx; }
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXComment.h 51 static inline ASTContext &getASTContext(CXComment CXC) {
52 return cxtu::getASTUnit(CXC.TranslationUnit)->getASTContext();
56 return getASTContext(CXC).getCommentCommandTraits();
CIndexHigh.cpp 63 ASTContext &getASTContext() const {
64 return cxtu::getASTUnit(TU)->getASTContext();
185 ASTContext &Ctx = data->getASTContext();
255 ASTContext &getASTContext() const {
256 return Unit.getASTContext();
280 ASTContext &Ctx = data->getASTContext();
347 ASTContext &getASTContext() const {
348 return Unit.getASTContext();
358 ASTContext &Ctx = getASTContext();
CXIndexDataConsumer.h 340 ASTContext &getASTContext() const { return *Ctx; }
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
RefactoringRuleContext.h 47 ASTContext &getASTContext() const {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclContextInternals.h 50 ASTContext &C = getASTContext();
101 ASTContext &C = getASTContext();
124 ASTContext &getASTContext() {
127 return ND->getASTContext();
128 return getAsList()->D->getASTContext();
181 ASTContext &C = Decls.front()->getASTContext();
232 ASTContext &C = D->getASTContext();
256 ASTContext &C = D->getASTContext();
272 ASTContext &C = D->getASTContext();
ExternalASTMerger.h 98 ASTContext &getASTContext() const { return AST; }
Mangle.h 72 ASTContext &getASTContext() const { return Context; }
Decl.h 94 ASTContext &getASTContext() const { return Ctx; }
1198 return isThisDeclarationADefinition(getASTContext());
1204 return hasDefinition(getASTContext());
1220 return getDefinition(getASTContext());
2484 setParams(getASTContext(), NewParamInfo);
2544 getASTContext());
2629 setInstantiationOfMemberFunction(getASTContext(), FD, TSK);
2728 setFunctionTemplateSpecialization(getASTContext(), Template, TemplateArgs,
2904 ? new (getASTContext())
3208 MaybeModedTInfo.setPointer(new (getASTContext(), 8
    [all...]
NSAPI.h 27 ASTContext &getASTContext() const { return Ctx; }
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 83 ASTContext &getASTContext() {
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CloneDetection.cpp 43 const SourceManager &SM = getASTContext().getSourceManager();
75 ASTContext &StmtSequence::getASTContext() const {
77 return D->getASTContext();
162 const SourceManager &SM = S.getASTContext().getSourceManager();
253 ASTContext &Context = D->getASTContext();
322 S, Sequence.getASTContext(), OutputData);
427 ASTContext &Context = Seq.getASTContext();
  /src/external/apache2/llvm/dist/clang/tools/clang-import-test/
clang-import-test.cpp 251 ASTContext &getASTContext() { return CI->getASTContext(); }
255 if (ExternalASTSource *Source = CI->getASTContext().getExternalSource())
268 {CI.getASTContext(), CI.getFileManager()});
271 Sources.emplace_back(Import.getASTContext(), Import.getFileManager(),
274 CI.getASTContext().setExternalSource(ES.release());
275 CI.getASTContext().getTranslationUnitDecl()->setHasExternalVisibleStorage();
299 ParseAST(CI.getPreprocessor(), &Consumer, CI.getASTContext());
331 Consumers.Initialize(CI.getASTContext());
347 Sources.push_back({Import.getASTContext(), Import.getFileManager()
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnalysisDeclContext.h 104 ASTContext &getASTContext() const { return D->getASTContext(); }
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInstance.h 461 ASTContext &getASTContext() const {
ASTUnit.h 439 const ASTContext &getASTContext() const { return *Ctx; }
440 ASTContext &getASTContext() { return *Ctx; }
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 567 virtual ASTContext &getASTContext() = 0;
607 ASTContext &getContext() { return D.getASTContext(); }
710 ASTContext &getASTContext() const {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 180 ASTContext &getASTContext() const {
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransformActions.cpp 125 ASTContext &getASTContext() { return Ctx; }
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTWriter.h 557 ASTContext &getASTContext() const {
  /src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftMangle.cpp 211 disc = getASTContext().getManglingNumber(ND);
218 !getASTContext().getDeclaratorForUnnamedTagDecl(Tag) &&
219 !getASTContext().getTypedefNameForUnnamedTagDecl(Tag))
319 ASTContext &getASTContext() const { return Context.getASTContext(); }
329 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
336 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
343 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
506 if (!getASTContext().getLangOpts().CPlusPlus)
626 Ty.getDesugaredType(getASTContext()).getLocalQualifiers(), QualType())
    [all...]
DeclBase.cpp 64 getASTContext().getExternalSource()->updateOutOfDateIdentifier(II);
116 return getASTContext().getExternalSource()->getModule(getOwningModuleID());
120 return getASTContext().getLangOpts().trackLocalOwningModule();
336 setDeclContextsImpl(getDeclContext(), DC, getASTContext());
414 ASTContext &Decl::getASTContext() const {
415 return getTranslationUnitDecl()->getASTContext();
421 return getASTContext().getLangOpts();
425 return getASTContext().getASTMutationListener();
434 ASTContext &Ctx = getASTContext();
651 AvailabilityResult AR = CheckAvailability(getASTContext(), Availability
    [all...]
ItaniumMangle.cpp 74 return VD->getASTContext().getTranslationUnitDecl();
78 return FD->getASTContext().getTranslationUnitDecl();
201 unsigned discriminator = getASTContext().getManglingNumber(ND);
425 ASTContext &getASTContext() const { return Context.getASTContext(); }
693 if (!getASTContext().getLangOpts().CPlusPlus)
808 if (Context.getASTContext().getLangOpts().getClangABICompat() >
1213 TemplateName Template = getASTContext().getDependentTemplateName(
1527 unsigned UnnamedMangle = getASTContext().getManglingNumber(TD);
1848 if (getASTContext().getLangOpts().getClangABICompat() <
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
ASTDiff.cpp 976 const ASTContext &SyntaxTree::getASTContext() const { return TreeImpl->AST; }
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 141 ASTContext &getASTContext() const {
142 return getLocationContext()->getDecl()->getASTContext();
153 Out << "\"stmt_id\": " << S->getID(getASTContext());
155 Out << "\"init_id\": " << I->getID(getASTContext());
216 ObjCNoRet(mgr.getASTContext()),
559 LCtx->getAnalysisDeclContext()->getASTContext().getPrintingPolicy();
1969 ProgramStateRef NewState = updateLoopStack(Term, AMgr.getASTContext(),

Completed in 68 milliseconds

1 2