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

  /external/clang/tools/libclang/
CXComment.h 52 inline ASTContext &getASTContext(CXComment CXC) {
53 return static_cast<ASTUnit *>(CXC.TranslationUnit->TUData)->getASTContext();
57 return getASTContext(CXC).getCommentCommandTraits();
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/AST/
Mangle.h 82 ASTContext &getASTContext() const { return Context; }
Decl.h 83 ASTContext &getASTContext() const { return Ctx; }
    [all...]
NSAPI.h 27 ASTContext &getASTContext() const { return Ctx; }
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 75 virtual ASTContext &getASTContext() {
80 return getASTContext().getSourceManager();
CheckerContext.h 87 ASTContext &getASTContext() {
  /frameworks/compile/slang/
slang.h 150 clang::ASTContext &getASTContext() { return *mASTContext; }
slang_rs_context.h 110 inline clang::ASTContext &getASTContext() const { return mCtx; }
  /external/clang/include/clang/Analysis/
AnalysisContext.h 107 ASTContext &getASTContext() { return D->getASTContext(); }
  /external/clang/include/clang/Frontend/
CompilerInstance.h 361 ASTContext &getASTContext() const {
ASTUnit.h 452 const ASTContext &getASTContext() const { return *Ctx; }
453 ASTContext &getASTContext() { return *Ctx; }
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 321 virtual ASTContext &getASTContext() = 0;
391 ASTContext &getContext() { return D.getASTContext(); }
493 ASTContext &getASTContext() {
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 126 ASTContext &getASTContext() { return Ctx; }
682 getASTContext().getSourceManager();
702 getASTContext().getSourceManager();
721 getASTContext().getSourceManager();
  /external/clang/lib/AST/
MicrosoftMangle.cpp 45 ASTContext &getASTContext() const { return Context.getASTContext(); }
152 if (!getASTContext().getLangOpts().CPlusPlus && !D->hasAttrs())
169 if (!getASTContext().getLangOpts().CPlusPlus)
278 } else if (const ArrayType *AT = getASTContext().getAsArrayType(Ty)) {
808 if (TAE->isIntegerConstantExpr(Value, Context.getASTContext())) {
    [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,
433 getASTContext().getLangOpts().ObjCRuntime.hasWeakClassImport()) {
452 if (CheckAvailability(getASTContext(), Availability, 0)
565 getASTContext().eraseDeclAttrs(this);
570 return getASTContext().getDeclAttrs(this);
584 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();
748 = getASTContext().getDependentTemplateName(DTST->getQualifier(),
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 750 ASTContext &getASTContext() const { return Context; }
    [all...]

Completed in 298 milliseconds