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

1 2 3 4 5

  /external/clang/tools/libclang/
CXComment.h 51 inline ASTContext &getASTContext(CXComment CXC) {
52 return cxtu::getASTUnit(CXC.TranslationUnit)->getASTContext();
56 return getASTContext(CXC).getCommentCommandTraits();
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();
CIndexInclusionStack.cpp 30 ASTContext &Ctx = CXXUnit->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 200 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);
ChainedIncludesSource.cpp 35 Reader.reset(new ASTReader(PP, CI.getASTContext(), /*isysroot=*/"",
116 Clang->getASTContext().setASTMutationListener(
147 Clang->getASTContext().setExternalSource(Reader);
226 CIs[i]->getASTContext().getExternalSource()) {
  /frameworks/compile/slang/
slang_rs_export_var.cpp 58 Initializer->EvaluateAsRValue(mInit, Context->getASTContext());
62 if (Initializer->isNullPointerConstant(Context->getASTContext(),
66 if (!Initializer->EvaluateAsRValue(mInit, Context->getASTContext())) {
88 Context->getASTContext())) {
115 if (QT == Context->getASTContext().BoolTy) {
slang_rs_export_func.cpp 38 const clang::ASTContext &C = FD->getASTContext();
69 clang::ASTContext &Ctx = Context->getASTContext();
slang_rs_export_foreach.cpp 60 clang::ASTContext &C = Context->getASTContext();
235 clang::ASTContext &C = Context->getASTContext();
404 clang::ASTContext &Ctx = Context->getASTContext();
416 const clang::ASTContext &C = Context->getASTContext();
509 const clang::QualType &IntType = FD->getASTContext().IntTy;
576 const clang::ASTContext &C = FD->getASTContext();
577 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()));
DeclCXX.cpp 69 return Bases.get(Definition->getASTContext().getExternalSource());
73 return VBases.get(Definition->getASTContext().getExternalSource());
123 ASTContext &C = getASTContext();
511 if (getASTContext().getLangOpts().CPlusPlus11
560 data().Conversions.addDecl(getASTContext(), FunTmpl, AS);
566 data().Conversions.addDecl(getASTContext(), Conversion, AS);
659 ASTContext &Context = getASTContext();
695 if (!getASTContext().getLangOpts().CPlusPlus1y)
    [all...]
MicrosoftMangle.cpp 58 ASTContext &getASTContext() const { return Context.getASTContext(); }
71 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
79 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
190 if (!getASTContext().getLangOpts().CPlusPlus && !D->hasAttrs())
207 if (!getASTContext().getLangOpts().CPlusPlus)
323 } else if (const ArrayType *AT = getASTContext().getAsArrayType(Ty)) {
853 if (E->isIntegerConstantExpr(Value, Context.getASTContext())) {
    [all...]
Decl.cpp 207 if (D->getASTContext().getTargetInfo().getTriple().isOSDarwin()) {
480 const LangOptions &Opts = D->getASTContext().getLangOpts();
522 ASTContext &Context = D->getASTContext();
    [all...]
ItaniumMangle.cpp 173 unsigned discriminator = getASTContext().getManglingNumber(ND);
249 ASTContext &getASTContext() const { return Context.getASTContext(); }
390 if (!getASTContext().getLangOpts().CPlusPlus && !D->hasAttrs())
420 if (!getASTContext().getLangOpts().CPlusPlus)
456 getASTContext().getTargetInfo().getUserLabelPrefix();
775 = getASTContext().getDependentTemplateName(DTST->getQualifier(),
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 79 virtual ASTContext &getASTContext() {
84 return getASTContext().getSourceManager();
  /external/clang/lib/Parse/
ParseAST.cpp 130 ExternalASTSource *External = S.getASTContext().getExternalSource();
153 Consumer->HandleTranslationUnit(S.getASTContext());
159 S.getASTContext().PrintStats();
  /external/clang/lib/StaticAnalyzer/Checkers/
NSAutoreleasePoolChecker.cpp 56 releaseS = GetNullarySelector("release", C.getASTContext());
CastSizeChecker.cpp 34 ASTContext &Ctx = C.getASTContext();
63 CharUnits typeSize = C.getASTContext().getTypeSizeInChars(ToPointeeTy);
CastToStructChecker.cpp 37 ASTContext &Ctx = C.getASTContext();
ChrootChecker.cpp 69 ASTContext &Ctx = C.getASTContext();
129 ASTContext &Ctx = C.getASTContext();
NSErrorChecker.cpp 61 II = &D->getASTContext().Idents.get("NSError");
109 II = &D->getASTContext().Idents.get("CFErrorRef");
209 ASTContext &Ctx = C.getASTContext();
  /external/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp 48 StringRef BName = FD->getASTContext().BuiltinInfo.GetName(BId);
  /external/chromium_org/ppapi/tests/clang/
print_names_and_sizes.cc 132 tag->getASTContext().getTypeSizeInChars(type);
139 clang::CharUnits size = td->getASTContext().getTypeSizeInChars(type);
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 62 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().isSentinelNullExpr(SentinelExpr)
    [all...]

Completed in 112 milliseconds

1 2 3 4 5