Searched refs:getASTContext (Results 1 - 25 of 101) sorted by relevance

12345

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTMerge.cpp37 CI.getASTContext().getLangOpts());
39 &CI.getASTContext());
53 ASTImporter Importer(CI.getASTContext(),
55 Unit->getASTContext(),
59 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl();
H A DFrontendAction.cpp200 CI.setASTContext(&AST->getASTContext());
289 CI.getASTContext().setASTMutationListener(Consumer->GetASTMutationListener());
299 CI.getASTContext().setExternalSource(source);
309 DeserialListener = new DeserializedDeclsChecker(CI.getASTContext(),
317 if (!CI.getASTContext().getExternalSource())
328 if (!CI.hasASTContext() || !CI.getASTContext().getExternalSource()) {
337 CI.hasASTContext() && !CI.getASTContext().getExternalSource()) {
341 CI.getASTContext().setExternalSource(Override);
H A DChainedIncludesSource.cpp35 Reader.reset(new ASTReader(PP, CI.getASTContext(), /*isysroot=*/"",
116 Clang->getASTContext().setASTMutationListener(
147 Clang->getASTContext().setExternalSource(Reader);
226 CIs[i]->getASTContext().getExternalSource()) {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DMangleNumberingContext.cpp25 ASTContext &Context = CallOperator->getASTContext();
H A DDeclFriend.cpp24 NextFriend.get(getASTContext().getExternalSource()));
H A DMangle.cpp94 const ASTContext &ASTContext = getASTContext();
101 if (!getASTContext().getLangOpts().CPlusPlus && !D->hasAttrs())
125 getASTContext().getTargetInfo().getUserLabelPrefix();
133 const ASTContext &ASTContext = getASTContext();
H A DDeclCXX.cpp79 return Bases.get(Definition->getASTContext().getExternalSource());
83 return VBases.get(Definition->getASTContext().getExternalSource());
138 ASTContext &C = getASTContext();
526 if (getASTContext().getLangOpts().CPlusPlus11
571 ASTContext &Ctx = getASTContext();
672 ASTContext &Context = getASTContext();
708 if (!getASTContext().getLangOpts().CPlusPlus1y)
906 ASTContext &Ctx = getASTContext();
964 getASTContext().DeclarationNames.getCXXOperatorName(OO_Call);
981 &getASTContext()
[all...]
H A DDecl.cpp38 return D->getASTContext().getPrimaryMergedDecl(D);
211 if (D->getASTContext().getTargetInfo().getTriple().isOSDarwin()) {
484 const LangOptions &Opts = D->getASTContext().getLangOpts();
526 ASTContext &Context = D->getASTContext();
1092 ASTContext &Context = D->getASTContext();
1239 const LangOptions &Opts = D->getASTContext().getLangOpts();
1273 return getQualifiedNameAsString(getASTContext().getPrintingPolicy());
1284 printQualifiedName(OS, getASTContext().getPrintingPolicy());
1403 ASTContext &Context = getASTContext();
1412 ASTContext &Context = getASTContext();
[all...]
H A DMicrosoftMangle.cpp93 ASTContext &getASTContext() const { return Context.getASTContext(); } function in class:__anon3006::MicrosoftCXXNameMangler
106 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
114 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
247 if (!getASTContext().getLangOpts().CPlusPlus)
361 } else if (const ArrayType *AT = getASTContext().getAsArrayType(Ty)) {
888 if (E->isIntegerConstantExpr(Value, Context.getASTContext())) {
903 StringRef Uuid = UE->getUuidAsStringRef(Context.getASTContext());
1126 T = T.getDesugaredType(getASTContext());
1128 if (const ArrayType *AT = getASTContext()
[all...]
H A DDeclObjC.cpp373 Data.setPointer(new (getASTContext()) DefinitionData());
581 return Body.get(getASTContext().getExternalSource());
586 getASTContext().setObjCMethodRedeclaration(PrevMethod, this);
632 ASTContext &Ctx = getASTContext();
1094 getASTContext().getExternalSource()->CompleteType(
1099 assert(getASTContext().getExternalSource() &&
1111 return getASTContext().getObjCImplementation(
1120 getASTContext().setObjCImplementation(getDefinition(), ImplD);
1192 IV->getASTContext().getTypeSize(IV->getType()), IV));
1282 if (getASTContext()
[all...]
H A DDeclPrinter.cpp95 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation);
176 ASTContext &Ctx = cast<TranslationUnitDecl>(DC)->getASTContext();
624 Out << D->getASTContext().getUnqualifiedObjCPointerType(D->getType()).
674 : D->getASTContext().getUnqualifiedObjCPointerType(D->getType());
921 Out << '(' << OMD->getASTContext().getUnqualifiedObjCPointerType(OMD->getResultType()).
931 Out << ":(" << (*PI)->getASTContext().getUnqualifiedObjCPointerType((*PI)->getType()).
965 Indent() << I->getASTContext().getUnqualifiedObjCPointerType(I->getType()).
1004 Indent() << I->getASTContext().getUnqualifiedObjCPointerType(I->getType()).
1056 Indent() << I->getASTContext().getUnqualifiedObjCPointerType(I->getType()).
1143 Out << ' ' << PDecl->getASTContext()
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseAST.cpp130 ExternalASTSource *External = S.getASTContext().getExternalSource();
153 Consumer->HandleTranslationUnit(S.getASTContext());
159 S.getASTContext().PrintStats();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNSAutoreleasePoolChecker.cpp56 releaseS = GetNullarySelector("release", C.getASTContext());
H A DCastSizeChecker.cpp34 ASTContext &Ctx = C.getASTContext();
63 CharUnits typeSize = C.getASTContext().getTypeSizeInChars(ToPointeeTy);
H A DCastToStructChecker.cpp37 ASTContext &Ctx = C.getASTContext();
H A DChrootChecker.cpp69 ASTContext &Ctx = C.getASTContext();
129 ASTContext &Ctx = C.getASTContext();
H A DBuiltinFunctionChecker.cpp83 if (CE->EvaluateAsInt(Result, C.getASTContext(), Expr::SE_NoSideEffects)) {
H A DNSErrorChecker.cpp61 II = &D->getASTContext().Idents.get("NSError");
109 II = &D->getASTContext().Idents.get("CFErrorRef");
209 ASTContext &Ctx = C.getASTContext();
H A DDynamicTypePropagation.cpp51 ASTContext &Ctx = C.getASTContext();
133 C.getASTContext().getObjCObjectPointerType(QualType(ObjTy, 0));
H A DSimpleStreamChecker.cpp123 initIdentifierInfo(C.getASTContext());
144 initIdentifierInfo(C.getASTContext());
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h79 virtual ASTContext &getASTContext() { function in class:clang::ento::AnalysisManager
84 return getASTContext().getSourceManager();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp48 StringRef BName = FD->getASTContext().BuiltinInfo.GetName(BId);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp62 if (!checkForLiteralCreation(Msg, II, NS.getASTContext().getLangOpts()))
207 if (!canRewriteToSubscriptSyntax(IFace, Msg, NS.getASTContext(),
217 if (!canRewriteToSubscriptSyntax(IFace, Msg, NS.getASTContext(),
227 if (!canRewriteToSubscriptSyntax(IFace, Msg, NS.getASTContext(),
261 if (!canRewriteToSubscriptSyntax(IFace, Msg, NS.getASTContext(),
300 NS.getASTContext().getObjContainingInterface(Method);
343 if (!checkForLiteralCreation(Msg, II, NS.getASTContext().getLangOpts()))
413 if (!NS.getASTContext().isSentinelNullExpr(SentinelExpr))
451 if (!checkForLiteralCreation(Msg, Cls, NS.getASTContext().getLangOpts()))
473 if (!NS.getASTContext()
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp58 Var->getASTContext().getLangOpts().CPlusPlus)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp98 return getBodyFarm(getASTContext()).getBody(FD);
179 &D->getASTContext(), cfgBuildOptions));
194 completeCFG.reset(CFG::buildCFG(D, getBody(), &D->getASTContext(),
231 getCFG()->dump(getASTContext().getLangOpts(), ShowColors);
414 ASTContext &Ctx = getAnalysisDeclContext()->getASTContext();

Completed in 301 milliseconds

12345