/external/v8/tools/clang/pass_to_move/ |
PassToMove.cpp | 10 #include "clang/AST/ASTContext.h"
|
/external/v8/tools/clang/plugins/ |
FindBadConstructsConsumer.h | 49 void Traverse(clang::ASTContext& context);
|
/frameworks/compile/slang/ |
slang_rs_export_var.cpp | 19 #include "clang/AST/ASTContext.h"
|
slang_rs_special_kernel_param.cpp | 19 #include "clang/AST/ASTContext.h" 105 clang::ASTContext &C = Context->getASTContext();
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
MemRegion.h | 19 #include "clang/AST/ASTContext.h" 95 ASTContext &getContext() const; 481 QualType getDesugaredLocationType(ASTContext &Context) const { 506 ASTContext &ctx = getContext(); 512 QualType getDesugaredValueType(ASTContext &Context) const { 550 const ASTContext &Ctx = getContext(); [all...] |
/external/clang/include/clang/AST/ |
DeclFriend.h | 95 static FriendDecl *Create(ASTContext &C, DeclContext *DC, 100 static FriendDecl *CreateDeserialized(ASTContext &C, unsigned ID,
|
OpenMPClause.h | [all...] |
TemplateBase.h | 85 // We store a decomposed APSInt with the data allocated by ASTContext if 145 TemplateArgument(ASTContext &Ctx, const llvm::APSInt &Value, QualType Type); 212 static TemplateArgument CreatePackCopy(ASTContext &Context, 364 void Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context) const; 530 void *operator new(size_t bytes, ASTContext &C) = delete; 600 Create(ASTContext &C, const TemplateArgumentListInfo &List);
|
/external/clang/include/clang/Sema/ |
Initialization.h | 16 #include "clang/AST/ASTContext.h" 185 InitializedEntity(ASTContext &Context, unsigned Index, 204 static InitializedEntity InitializeParameter(ASTContext &Context, 211 static InitializedEntity InitializeParameter(ASTContext &Context, 229 static InitializedEntity InitializeParameter(ASTContext &Context, 288 InitializeBase(ASTContext &Context, const CXXBaseSpecifier *Base, 312 static InitializedEntity InitializeElement(ASTContext &Context, [all...] |
/external/clang/include/clang/Serialization/ |
ASTWriter.h | 44 class ASTContext; 112 /// \brief The ASTContext we're writing. 113 ASTContext *Context; 427 uint64_t WriteControlBlock(Preprocessor &PP, ASTContext &Context, 451 uint64_t WriteDeclContextLexicalBlock(ASTContext &Context, DeclContext *DC); 452 uint64_t WriteDeclContextVisibleBlock(ASTContext &Context, DeclContext *DC); 490 void WriteDecl(ASTContext &Context, Decl *D); [all...] |
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
SValExplainer.h | 28 ASTContext &ACtx; 45 SValExplainer(ASTContext &Ctx) : ACtx(Ctx) {}
|
/external/clang/lib/AST/ |
VTTBuilder.cpp | 16 #include "clang/AST/ASTContext.h" 28 VTTBuilder::VTTBuilder(ASTContext &Ctx,
|
ASTDiagnostic.cpp | 15 #include "clang/AST/ASTContext.h" 30 static QualType Desugar(ASTContext &Context, QualType QT, bool &ShouldAKA) { 229 ConvertTypeToDiagnosticString(ASTContext &Context, QualType Ty, 316 static bool FormatTemplateTypeDiff(ASTContext &Context, QualType FromType, 330 ASTContext &Context = *static_cast<ASTContext*>(Cookie); 461 /// Context - The ASTContext which is used for comparing template arguments. 462 ASTContext &Context; [all...] |
/external/clang/lib/Index/ |
IndexingContext.cpp | 12 #include "clang/AST/ASTContext.h" 174 static bool isDeclADefinition(const Decl *D, const DeclContext *ContainerDC, ASTContext &Ctx) {
|
/external/clang/lib/Parse/ |
ParseAST.cpp | 16 #include "clang/AST/ASTContext.h" 99 ASTContext &Ctx, bool PrintStats,
|
/external/clang/lib/Sema/ |
AttributeList.cpp | 15 #include "clang/AST/ASTContext.h" 26 IdentifierLoc *IdentifierLoc::create(ASTContext &Ctx, SourceLocation Loc,
|
DeclSpec.cpp | 15 #include "clang/AST/ASTContext.h" 47 void CXXScopeSpec::Extend(ASTContext &Context, SourceLocation TemplateKWLoc, 58 void CXXScopeSpec::Extend(ASTContext &Context, IdentifierInfo *Identifier, 71 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceDecl *Namespace, 84 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceAliasDecl *Alias, 97 void CXXScopeSpec::MakeGlobal(ASTContext &Context, 107 void CXXScopeSpec::MakeSuper(ASTContext &Context, CXXRecordDecl *RD, 119 void CXXScopeSpec::MakeTrivial(ASTContext &Context, 143 CXXScopeSpec::getWithLocInContext(ASTContext &Context) const { [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
VforkChecker.cpp | 89 ASTContext &AC = C.getASTContext(); 113 ASTContext &AC = C.getASTContext();
|
BasicObjCFoundationChecks.cpp | 18 #include "clang/AST/ASTContext.h" 234 ASTContext &Ctx = C.getASTContext(); 264 ASTContext &Ctx = C.getASTContext(); 293 ASTContext &Ctx = C.getASTContext(); 376 static Optional<uint64_t> GetCFNumberSize(ASTContext &Ctx, uint64_t i) { 435 ASTContext &Ctx = C.getASTContext(); 553 ASTContext &Ctx = C.getASTContext(); 641 ASTContext &Ctx = C.getASTContext(); 750 ASTContext &Ctx = C.getASTContext(); [all...] |
/external/clang/unittests/AST/ |
StmtPrinterTest.cpp | 22 #include "clang/AST/ASTContext.h" 34 void PrintStmt(raw_ostream &Out, const ASTContext *Context, const Stmt *S) {
|
/external/clang/include/clang/Frontend/ |
CompilerInstance.h | 37 class ASTContext; 97 IntrusiveRefCntPtr<ASTContext> Context; 447 /// @name ASTContext 452 ASTContext &getASTContext() const { 463 void setASTContext(ASTContext *Value); 656 bool AllowPCHWithCompilerErrors, Preprocessor &PP, ASTContext &Context,
|
ASTUnit.h | 18 #include "clang/AST/ASTContext.h" 48 class ASTContext; 66 /// \brief Utility class for loading a ASTContext from an AST file. 95 IntrusiveRefCntPtr<ASTContext> Ctx; 508 const ASTContext &getASTContext() const { return *Ctx; } 509 ASTContext &getASTContext() { return *Ctx; } 511 void setASTContext(ASTContext *ctx) { Ctx = ctx; } [all...] |
/external/clang/lib/ARCMigrate/ |
Transforms.cpp | 12 #include "clang/AST/ASTContext.h" 43 bool trans::canApplyWeak(ASTContext &Ctx, QualType type, 124 ASTContext &Ctx, bool IsDecl) { 136 ASTContext &Ctx, 173 bool trans::hasSideEffects(Expr *E, ASTContext &Ctx) { 523 ASTContext &Ctx = pass.Ctx;
|
/development/vndk/tools/header-checker/header-abi-dumper/src/ |
abi_wrappers.cpp | 29 clang::ASTContext *ast_contextp, 202 clang::ASTContext *ast_contextp, 295 clang::ASTContext *ast_contextp, 525 clang::ASTContext *ast_contextp, 578 clang::ASTContext *ast_contextp,
|
/external/clang/docs/ |
LibASTMatchersTutorial.rst | 459 its ``Context`` and ``Nodes`` members. Clang uses the ``ASTContext`` 462 operations require an ``ASTContext*`` parameter. More immediately useful 473 #include "clang/AST/ASTContext.h" 498 ASTContext *Context = Result.Context; 541 static bool areSameExpr(ASTContext *Context, const Expr *First,
|