Searched defs:getASTContext (Results 1 - 17 of 17) sorted by relevance

/external/clang/tools/libclang/
H A DCXComment.h52 static inline ASTContext &getASTContext(CXComment CXC) { function in namespace:clang::cxcomment
53 return cxtu::getASTUnit(CXC.TranslationUnit)->getASTContext();
57 return getASTContext(CXC).getCommentCommandTraits();
H A DCIndexHigh.cpp64 ASTContext &getASTContext() const { function in struct:__anon19519::FindFileIdRefVisitData
65 return cxtu::getASTUnit(TU)->getASTContext();
188 ASTContext &Ctx = data->getASTContext();
258 ASTContext &getASTContext() const { function in struct:__anon19520::FindFileMacroRefVisitData
259 return Unit.getASTContext();
283 ASTContext &Ctx = data->getASTContext();
350 ASTContext &getASTContext() const { function in struct:__anon19521::FindFileIncludesVisitor
351 return Unit.getASTContext();
361 ASTContext &Ctx = getASTContext();
H A DIndexingContext.h340 ASTContext &getASTContext() const { return *Ctx; } function in class:clang::cxindex::IndexingContext
/external/clang/include/clang/AST/
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...]
H A DNSAPI.h27 ASTContext &getASTContext() const { return Ctx; } function in class:clang::NSAPI
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h130 ASTContext &getASTContext() { function in class:clang::ento::CheckerContext
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h99 ASTContext &getASTContext() const { return D->getASTContext(); } function in class:clang::AnalysisDeclContext
/external/clang/include/clang/Frontend/
H A DCompilerInstance.h416 ASTContext &getASTContext() const { function in class:clang::CompilerInstance
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
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h377 virtual ASTContext &getASTContext() = 0;
443 ASTContext &getContext() { return D.getASTContext(); }
543 ASTContext &getASTContext() { function in class:clang::ento::BugReporterContext
/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp126 ASTContext &getASTContext() { return Ctx; } function in class:__anon17705::TransformActionsImpl
/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 DItaniumMangle.cpp176 unsigned discriminator = getASTContext().getManglingNumber(ND);
252 ASTContext &getASTContext() const { return Context.getASTContext(); } function in class:__anon17737::CXXNameMangler
416 if (!getASTContext().getLangOpts().CPlusPlus)
764 = getASTContext().getDependentTemplateName(DTST->getQualifier(),
999 QualType type = getASTContext().getTypeDeclType(typeDecl);
1002 newQualifier = NestedNameSpecifier::Create(getASTContext(),
1008 newQualifier = NestedNameSpecifier::Create(getASTContext(),
1013 newQualifier = NestedNameSpecifier::Create(getASTContext(),
1159 unsigned UnnamedMangle = getASTContext()
[all...]
H A DMicrosoftMangle.cpp150 disc = getASTContext().getManglingNumber(ND);
200 ASTContext &getASTContext() const { return Context.getASTContext(); } function in class:__anon17740::MicrosoftCXXNameMangler
211 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
217 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
316 if (!getASTContext().getLangOpts().CPlusPlus)
427 Ty.getDesugaredType(getASTContext()).getLocalQualifiers(), nullptr);
435 } else if (const ArrayType *AT = getASTContext().getAsArrayType(Ty)) {
458 FieldOffset = getASTContext().getFieldOffset(VD);
459 assert(FieldOffset % getASTContext()
[all...]
/external/lldb/source/Symbol/
H A DClangASTContext.cpp343 ASTContext *ast = getASTContext();
352 ASTContext *ast = getASTContext();
364 ASTContext *ast = getASTContext();
378 ClangASTContext::getASTContext() function in class:ClangASTContext
539 return ClangASTContext::GetBuiltinTypeForEncodingAndBitSize (getASTContext(), encoding, bit_size);
691 return GetBasicType (getASTContext(), basic_type);
811 ASTContext *ast = getASTContext();
1031 ASTContext *ast = getASTContext();
1105 // No need to call the getASTContext() accessor (which can create the AST
1117 // No need to call the getASTContext() accesso
[all...]
/external/clang/include/clang/Sema/
H A DSema.h950 ASTContext &getASTContext() const { return Context; } function in class:clang::Sema

Completed in 567 milliseconds