HomeSort by relevance Sort by last modified time
    Searched refs:getASTContext (Results 1 - 25 of 160) sorted by null

1 2 3 4 5 6 7

  /external/clang/tools/libclang/
CXComment.h 52 static inline ASTContext &getASTContext(CXComment CXC) {
53 return cxtu::getASTUnit(CXC.TranslationUnit)->getASTContext();
57 return getASTContext(CXC).getCommentCommandTraits();
CIndexInclusionStack.cpp 34 ASTContext &Ctx = CXXUnit->getASTContext();
CIndexHigh.cpp 64 ASTContext &getASTContext() const {
65 return cxtu::getASTUnit(TU)->getASTContext();
188 ASTContext &Ctx = data->getASTContext();
258 ASTContext &getASTContext() const {
259 return Unit.getASTContext();
283 ASTContext &Ctx = data->getASTContext();
350 ASTContext &getASTContext() const {
351 return Unit.getASTContext();
361 ASTContext &Ctx = getASTContext();
  /external/clang/lib/Frontend/
ASTMerge.cpp 37 CI.getASTContext().getLangOpts());
39 &CI.getASTContext());
53 ASTImporter Importer(CI.getASTContext(),
55 Unit->getASTContext(),
59 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl();
FrontendAction.cpp 206 CI.setASTContext(&AST->getASTContext());
313 CI.getASTContext().setASTMutationListener(Consumer->GetASTMutationListener());
322 CI.getASTContext().setExternalSource(source);
336 CI.getASTContext(),
346 if (!CI.getASTContext().getExternalSource())
357 if (!CI.hasASTContext() || !CI.getASTContext().getExternalSource()) {
379 CI.hasASTContext() && !CI.getASTContext().getExternalSource()) {
383 CI.getASTContext().setExternalSource(Override);
  /frameworks/compile/slang/
slang_rs_export_var.cpp 45 Initializer->EvaluateAsRValue(mInit, Context->getASTContext());
49 if (Initializer->isNullPointerConstant(Context->getASTContext(),
53 if (!Initializer->EvaluateAsRValue(mInit, Context->getASTContext())) {
75 Context->getASTContext())) {
102 if (QT == Context->getASTContext().BoolTy) {
slang_rs_check_ast.h 52 C(Con->getASTContext()),
slang_rs_export_foreach.cpp 78 clang::ASTContext &C = Context->getASTContext();
151 clang::ASTContext &C = Context->getASTContext();
232 clang::ASTContext &C = Context->getASTContext();
351 clang::ASTContext &Ctx = Context->getASTContext();
362 const clang::ASTContext &C = Context->getASTContext();
461 const clang::QualType &IntType = FD->getASTContext().IntTy;
525 const clang::ASTContext &C = FD->getASTContext();
526 const clang::QualType &IntType = FD->getASTContext().IntTy;
  /external/clang/lib/AST/
MangleNumberingContext.cpp 25 ASTContext &Context = CallOperator->getASTContext();
DeclFriend.cpp 24 NextFriend.get(getASTContext().getExternalSource()));
Mangle.cpp 94 const ASTContext &ASTContext = getASTContext();
101 if (!getASTContext().getLangOpts().CPlusPlus && !D->hasAttrs())
125 getASTContext().getTargetInfo().getUserLabelPrefix();
133 const ASTContext &ASTContext = getASTContext();
DeclCXX.cpp 79 return Bases.get(Definition->getASTContext().getExternalSource());
83 return VBases.get(Definition->getASTContext().getExternalSource());
140 ASTContext &C = getASTContext();
530 if (getASTContext().getLangOpts().CPlusPlus11
578 ASTContext &Ctx = getASTContext();
685 ASTContext &Context = getASTContext();
723 if (!getASTContext().getLangOpts().CPlusPlus1y)
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.h 44 return m_ast_ctx.getASTContext();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 79 ASTContext &getASTContext() override {
84 return getASTContext().getSourceManager();
  /external/clang/unittests/AST/
EvaluateAsRValueTest.cpp 48 bool WasEvaluated = Init->EvaluateAsRValue(Result, VD->getASTContext());
50 EXPECT_EQ(WasEvaluated, Init->isConstantInitializer(VD->getASTContext(),
ExternalASTSourceTest.cpp 32 getCompilerInstance().getASTContext().setExternalSource(Source);
33 getCompilerInstance().getASTContext().getTranslationUnitDecl()
  /external/lldb/source/Symbol/
ClangASTImporter.cpp 232 MinionSP minion_sp (GetMinion(&decl->getASTContext(), decl_origin.ctx));
245 clang::ASTContext *origin_ast_ctx = &origin_decl->getASTContext();
250 MinionSP minion_sp (GetMinion(&decl->getASTContext(), origin_ast_ctx));
255 ASTContextMetadataSP context_md = GetContextMetadata(&decl->getASTContext());
277 MinionSP minion_sp (GetMinion(&interface_decl->getASTContext(), decl_origin.ctx));
322 return ClangASTContext::GetMetadata(&decl->getASTContext(), decl);
328 ASTContextMetadataSP context_md = GetContextMetadata(&decl->getASTContext());
343 ASTContextMetadataSP context_md = GetContextMetadata(&decl->getASTContext());
352 iter->second.ctx = &original_decl->getASTContext();
356 origins[decl] = DeclOrigin(&original_decl->getASTContext(), original_decl)
    [all...]
  /external/clang/lib/Parse/
ParseAST.cpp 131 ExternalASTSource *External = S.getASTContext().getExternalSource();
154 Consumer->HandleTranslationUnit(S.getASTContext());
160 S.getASTContext().PrintStats();
  /external/clang/lib/StaticAnalyzer/Checkers/
NSAutoreleasePoolChecker.cpp 56 releaseS = GetNullarySelector("release", C.getASTContext());
NoReturnFunctionChecker.cpp 123 lazyInitKeywordSelector(HandleFailureInFunctionSel, C.getASTContext(),
130 lazyInitKeywordSelector(HandleFailureInMethodSel, C.getASTContext(),
CastSizeChecker.cpp 93 ASTContext &Ctx = C.getASTContext();
122 CharUnits typeSize = C.getASTContext().getTypeSizeInChars(ToPointeeTy);
CastToStructChecker.cpp 37 ASTContext &Ctx = C.getASTContext();
IdenticalExprChecker.cpp 92 if (isIdenticalStmt(AC->getASTContext(), RHS, B2->getRHS())) {
100 if (isIdenticalStmt(AC->getASTContext(), RHS, LHS)) {
123 if (isIdenticalStmt(AC->getASTContext(), Cond1, Cond2, false)) {
153 if (isIdenticalStmt(AC->getASTContext(), Stmt1, Stmt2, true)) {
236 if (isIdenticalStmt(AC->getASTContext(), B->getLHS(), B->getRHS())) {
256 if (isIdenticalStmt(AC->getASTContext(), C->getTrueExpr(),
  /external/lldb/include/lldb/Symbol/
ClangASTContext.h 49 getASTContext();
105 return ClangASTContext::GetCompleteDecl(getASTContext(), decl);
118 SetMetadata(getASTContext(), object, meta_data);
129 return GetMetadata(getASTContext(), object);
175 return ClangASTContext::GetUnknownAnyType(getASTContext());
187 return GetTranslationUnitDecl (getASTContext());
361 return ClangASTContext::CreateFunctionType(getASTContext(),
404 return GetFloatTypeFromBitSize (getASTContext(), bit_size);
  /external/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp 48 StringRef BName = FD->getASTContext().BuiltinInfo.GetName(BId);

Completed in 713 milliseconds

1 2 3 4 5 6 7