Searched refs:getASTContext (Results 76 - 100 of 150) sorted by relevance

123456

/external/clang/tools/libclang/
H A DCXCursor.cpp851 return getCursorASTUnit(Cursor)->getASTContext();
874 D->getASTContext().getOverriddenMethods(D, OverDecls);
1111 = Result.CreateCodeCompletionString(unit->getASTContext(),
1125 = Result.CreateCodeCompletionString(unit->getASTContext(),
H A DCIndex.cpp529 CXXUnit->getASTContext().getTranslationUnitDecl()))
1406 ASTContext &Context = AU->getASTContext();
3146 return MakeCXCursor(CXXUnit->getASTContext().getTranslationUnitDecl(), TU);
4275 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second);
4281 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second);
4287 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second);
4292 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second);
4298 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second);
4303 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second);
4308 return cxloc::translateSourceLocation(P.first->getASTContext(),
[all...]
H A DCIndexDiagnostic.cpp197 CXDiagnosticRenderer Renderer(AU->getASTContext().getLangOpts(),
H A DIndexingContext.h340 ASTContext &getASTContext() const { return *Ctx; } function in class:clang::cxindex::IndexingContext
/external/lldb/source/Expression/
H A DASTResultSynthesizer.cpp460 Decl *D_scratch = m_target.GetClangASTImporter()->DeportDecl(m_target.GetScratchClangASTContext()->getASTContext(),
H A DIRForTarget.cpp557 &result_decl->getASTContext());
564 &result_decl->getASTContext());
580 &result_decl->getASTContext());
1250 &decl->getASTContext());
1518 lldb_private::ClangASTType clang_type(&value_decl->getASTContext(), value_decl->getType());
/external/clang/include/clang/AST/
H A DDeclBase.h402 ASTContext &getASTContext() const LLVM_READONLY;
422 return setAttrsImpl(Attrs, getASTContext());
1115 return cast<Decl>(this)->getASTContext();
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h154 AD.getDestructorDecl(ACtx->getASTContext()));
/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTest.cpp69 Decl->getASTContext().getPrintingPolicy(),
/external/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp414 if (T.isTrivialType(VD->getASTContext())) {
641 if (!T.isTrivialType(Pm->getASTContext()))
H A DUninitializedValues.cpp352 = dyn_cast<DeclRefExpr>(stripCasts(VD->getASTContext(), Init));
446 classification(classification), objCNoRet(ac.getASTContext()),
/external/clang/lib/Parse/
H A DParseDecl.cpp2187 Actions.getASTContext().getPrintingPolicy());
2385 const PrintingPolicy &PPol = Actions.getASTContext().getPrintingPolicy();
2444 const PrintingPolicy &Policy = Actions.getASTContext().getPrintingPolicy();
3734 Actions.getASTContext().getPrintingPolicy()))
3758 Actions.getASTContext().getPrintingPolicy()))
4463 DS.Finish(Diags, PP, Actions.getASTContext().getPrintingPolicy());
5717 Actions.getASTContext().getPrintingPolicy()))
5740 Actions.getASTContext().getPrintingPolicy()))
5775 Actions.getASTContext().getPrintingPolicy()))
5815 const PrintingPolicy &Policy = Actions.getASTContext()
[all...]
H A DParser.cpp208 Actions.getASTContext().getPrintingPolicy())
868 Actions.getASTContext().getPrintingPolicy()))
935 const PrintingPolicy &Policy = Actions.getASTContext().getPrintingPolicy();
/external/lldb/source/API/
H A DSBTarget.cpp2156 return SBType (ClangASTContext::GetBasicType (clang_ast->getASTContext(), const_typename));
2169 return SBType (ClangASTContext::GetBasicType (clang_ast->getASTContext(), type));
2236 sb_type_list.Append (SBType (ClangASTContext::GetBasicType (clang_ast->getASTContext(), const_typename)));
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h123 ASTContext &getContext() const { return AMgr.getASTContext(); }
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp356 ASTContext &Context = NS.getASTContext();
612 NS.getASTContext(), /*IsDecl*/true);
622 NS.getASTContext(), /*IsDecl*/true);
630 EndOfEnumDclLoc = trans::findLocationAfterSemi(EnumDcl->getLocEnd(), NS.getASTContext(),
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp468 // Implements ASTMatchFinder::getASTContext.
469 ASTContext &getASTContext() const override { return *ActiveASTContext; }
/external/clang/lib/Frontend/
H A DFrontendActions.cpp386 new ASTReader(CI.getPreprocessor(), CI.getASTContext(),
/external/clang/lib/Index/
H A DUSRGeneration.cpp804 USRGenerator UG(&D->getASTContext(), Buf);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp532 ASTContext &Ctx = C.getASTContext();
H A DGenericTaintChecker.cpp600 if (PtrTy->getPointeeType() == C.getASTContext().getFILEType())
H A DMacOSKeychainAPIChecker.cpp380 if (DeallocatorExpr->isNullPointerConstant(C.getASTContext(),
H A DStreamChecker.cpp113 ASTContext &Ctx = C.getASTContext();
/external/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp119 T = LCtx->getAnalysisDeclContext()->getASTContext().getPointerType(ExType);
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp247 SourceManager &SM = Mgr->getASTContext().getSourceManager();

Completed in 429 milliseconds

123456