HomeSort by relevance Sort by last modified time
    Searched defs:getASTContext (Results 1 - 18 of 18) sorted by null

  /external/clang/include/clang/AST/
Mangle.h 82 ASTContext &getASTContext() const { return Context; }
NSAPI.h 25 ASTContext &getASTContext() const { return Ctx; }
Decl.h 86 ASTContext &getASTContext() const { return Ctx; }
    [all...]
  /external/clang/tools/libclang/
CIndexHigh.cpp 62 ASTContext &getASTContext() const {
63 return static_cast<ASTUnit *>(TU->TUData)->getASTContext();
185 ASTContext &Ctx = data->getASTContext();
256 ASTContext &getASTContext() const {
257 return Unit.getASTContext();
281 ASTContext &Ctx = data->getASTContext();
IndexingContext.h 356 ASTContext &getASTContext() const { return *Ctx; }
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 129 virtual ASTContext &getASTContext() {
134 return getASTContext().getSourceManager();
CheckerContext.h 83 ASTContext &getASTContext() {
  /external/clang/lib/AST/
MicrosoftMangle.cpp 34 ASTContext &getASTContext() const { return Context.getASTContext(); }
122 if (!getASTContext().getLangOpts().CPlusPlus && !D->hasAttrs())
139 if (!getASTContext().getLangOpts().CPlusPlus)
615 T = getASTContext().getCanonicalType(T);
864 CC = IsInstMethod ? getASTContext().getDefaultMethodCallConv() : CC_C;
    [all...]
DeclBase.cpp 204 setDeclContextsImpl(getDeclContext(), DC, getASTContext());
248 ASTContext &Decl::getASTContext() const {
249 return getTranslationUnitDecl()->getASTContext();
253 return getASTContext().getASTMutationListener();
392 AvailabilityResult AR = CheckAvailability(getASTContext(), Availability,
426 else if (!(getASTContext().getLangOpts().ObjCNonFragileABI &&
443 if (CheckAvailability(getASTContext(), Availability, 0)
556 getASTContext().eraseDeclAttrs(this);
561 return getASTContext().getDeclAttrs(this);
575 ASTContext &Context = getASTContext();
    [all...]
ItaniumMangle.cpp 222 ASTContext &getASTContext() const { return Context.getASTContext(); }
378 if (!getASTContext().getLangOpts().CPlusPlus && !D->hasAttrs())
395 if (!getASTContext().getLangOpts().CPlusPlus)
433 getASTContext().getTargetInfo().getUserLabelPrefix();
747 = getASTContext().getDependentTemplateName(DTST->getQualifier(),
    [all...]
  /frameworks/compile/slang/
slang.h 150 clang::ASTContext &getASTContext() { return *mASTContext; }
slang_rs_context.h 108 inline clang::ASTContext &getASTContext() const { return mCtx; }
  /external/clang/include/clang/Analysis/
AnalysisContext.h 111 ASTContext &getASTContext() { return D->getASTContext(); }
  /external/clang/include/clang/Frontend/
CompilerInstance.h 364 ASTContext &getASTContext() const {
ASTUnit.h 442 const ASTContext &getASTContext() const { return *Ctx; }
443 ASTContext &getASTContext() { return *Ctx; }
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 285 virtual ASTContext &getASTContext() = 0;
344 ASTContext &getContext() { return D.getASTContext(); }
438 ASTContext &getASTContext() {
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 125 ASTContext &getASTContext() { return Ctx; }
681 getASTContext().getSourceManager();
701 getASTContext().getSourceManager();
720 getASTContext().getSourceManager();
  /external/clang/include/clang/Sema/
Sema.h 784 ASTContext &getASTContext() const { return Context; }
    [all...]

Completed in 656 milliseconds