/external/clang/lib/Sema/ |
SemaExprObjC.cpp | 15 #include "clang/AST/ASTContext.h" 226 ASTContext &Context = S.Context; 263 ASTContext &CX = S.Context; [all...] |
SemaDeclCXX.cpp | 16 #include "clang/AST/ASTContext.h" [all...] |
SemaAccess.cpp | 15 #include "clang/AST/ASTContext.h" 155 AccessTarget(ASTContext &Context, 165 AccessTarget(ASTContext &Context, [all...] |
SemaExprMember.cpp | 410 ASTContext &Context) { 429 ASTContext &Context) { [all...] |
SemaStmtAsm.cpp | 550 static void fillInlineAsmTypeInfo(const ASTContext &Context, QualType T,
|
SemaDeclObjC.cpp | 16 #include "clang/AST/ASTContext.h" [all...] |
SemaInit.cpp | 15 #include "clang/AST/ASTContext.h" 38 static bool IsWideCharCompatible(QualType T, ASTContext &Context) { 61 ASTContext &Context) { 125 ASTContext &Context) { [all...] |
SemaType.cpp | 16 #include "clang/AST/ASTContext.h" [all...] |
/external/clang/lib/CodeGen/ |
CGCall.cpp | 71 static CanQualType GetThisType(ASTContext &Context, const CXXRecordDecl *RD) { 304 getArgTypesForCall(ASTContext &ctx, const CallArgList &args) { 312 getArgTypesForDeclaration(ASTContext &ctx, const FunctionArgList &args) { [all...] |
CGExprConstant.cpp | 20 #include "clang/AST/ASTContext.h" 97 const ASTContext &Context = CGM.getContext(); 159 const ASTContext &Context = CGM.getContext(); [all...] |
ItaniumCXXABI.cpp | 796 const ASTContext &Context = getContext(); [all...] |
CGRecordLayoutBuilder.cpp | 17 #include "clang/AST/ASTContext.h" 195 const ASTContext &Context; [all...] |
CGCXXABI.h | 79 ASTContext &getContext() const { return CGM.getContext(); }
|
CodeGenModule.cpp | 29 #include "clang/AST/ASTContext.h" 82 CodeGenModule::CodeGenModule(ASTContext &C, const HeaderSearchOptions &HSO, [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
MemRegion.cpp | 180 ASTContext &Ctx = svalBuilder.getContext(); 963 ASTContext &Ctx){ [all...] |
ExprEngineCXX.cpp | 95 ASTContext &Ctx = SVB.getContext();
|
HTMLDiagnostics.cpp | 14 #include "clang/AST/ASTContext.h"
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
RetainCountChecker.cpp | 599 /// Ctx - The ASTContext object for the analyzed ASTs. 600 ASTContext &Ctx; 735 RetainSummaryManager(ASTContext &ctx, bool gcenabled, bool usesARC) [all...] |
CallAndMessageChecker.cpp | 532 ASTContext &Ctx = C.getASTContext();
|
/external/clang/include/clang/AST/ |
CanonicalType.h | 48 /// a call to ASTContext::getCanonicalType().
|
Comment.h | 212 void dump(const ASTContext &Context) const;
|
/external/clang/lib/AST/ |
MicrosoftMangle.cpp | 15 #include "clang/AST/ASTContext.h" 134 MicrosoftMangleContextImpl(ASTContext &Context, DiagnosticsEngine &Diags) 265 ASTContext &getASTContext() const { return Context.getASTContext(); } [all...] |
/external/clang/lib/Serialization/ |
ASTWriterDecl.cpp | 36 ASTContext &Context; 43 ASTDeclWriter(ASTWriter &Writer, ASTContext &Context, [all...] |
/external/v8/tools/clang/blink_gc_plugin/ |
BlinkGCPluginConsumer.cpp | 80 void BlinkGCPluginConsumer::HandleTranslationUnit(ASTContext& context) {
|
/frameworks/compile/slang/ |
slang_rs_export_type.h | 267 static bool ValidateType(slang::RSContext *Context, clang::ASTContext &C,
|