/external/clang/lib/AST/ |
DeclCXX.cpp | 14 #include "clang/AST/ASTContext.h" 33 AccessSpecDecl *AccessSpecDecl::CreateDeserialized(ASTContext &C, unsigned ID) { 37 void LazyASTUnresolvedSet::getFromExternalSource(ASTContext &C) const { 85 CXXRecordDecl::CXXRecordDecl(Kind K, TagKind TK, const ASTContext &C, 94 CXXRecordDecl *CXXRecordDecl::Create(const ASTContext &C, TagKind TK, 110 CXXRecordDecl::CreateLambda(const ASTContext &C, DeclContext *DC, 128 CXXRecordDecl::CreateDeserialized(const ASTContext &C, unsigned ID) { 139 ASTContext &C = getASTContext(); 608 ASTContext &Ctx = getASTContext(); 710 ASTContext &Context = getASTContext() [all...] |
Decl.cpp | 15 #include "clang/AST/ASTContext.h" 48 TranslationUnitDecl::TranslationUnitDecl(ASTContext &ctx) 582 ASTContext &Context = D->getASTContext(); [all...] |
ExprClassification.cpp | 15 #include "clang/AST/ASTContext.h" 26 static Cl::Kinds ClassifyInternal(ASTContext &Ctx, const Expr *E); 27 static Cl::Kinds ClassifyDecl(ASTContext &Ctx, const Decl *D); 28 static Cl::Kinds ClassifyUnnamed(ASTContext &Ctx, QualType T); 29 static Cl::Kinds ClassifyMemberExpr(ASTContext &Ctx, const MemberExpr *E); 30 static Cl::Kinds ClassifyBinaryOp(ASTContext &Ctx, const BinaryOperator *E); 31 static Cl::Kinds ClassifyConditional(ASTContext &Ctx, 34 static Cl::ModifiableType IsModifiable(ASTContext &Ctx, const Expr *E, 37 Cl Expr::ClassifyImpl(ASTContext &Ctx, SourceLocation *Loc) const { 102 static Cl::Kinds ClassifyInternal(ASTContext &Ctx, const Expr *E) [all...] |
ExternalASTSource.cpp | 17 #include "clang/AST/ASTContext.h" 114 uint32_t ExternalASTSource::incrementGeneration(ASTContext &C) {
|
TypeLoc.cpp | 15 #include "clang/AST/ASTContext.h" 112 void TypeLoc::initializeImpl(ASTContext &Context, TypeLoc TL, 392 void ObjCObjectTypeLoc::initializeLocal(ASTContext &Context, 408 void TypeOfTypeLoc::initializeLocal(ASTContext &Context, 416 void ElaboratedTypeLoc::initializeLocal(ASTContext &Context, 424 void DependentNameTypeLoc::initializeLocal(ASTContext &Context, 434 DependentTemplateSpecializationTypeLoc::initializeLocal(ASTContext &Context, 453 void TemplateSpecializationTypeLoc::initializeArgLocs(ASTContext &Context,
|
MicrosoftCXXABI.cpp | 16 #include "clang/AST/ASTContext.h" 68 ASTContext &Context; 79 MicrosoftCXXABI(ASTContext &Ctx) : Context(Ctx) { } 269 CXXABI *clang::CreateMicrosoftCXXABI(ASTContext &Ctx) {
|
/external/clang/include/clang/AST/ |
TypeLoc.h | 25 class ASTContext; 167 void initialize(ASTContext &Context, SourceLocation Loc) const { 207 static void initializeImpl(ASTContext &Context, TypeLoc TL, 263 void initializeLocal(ASTContext &Context, SourceLocation Loc) { 502 void initializeLocal(ASTContext &Context, SourceLocation Loc) { 606 void initializeLocal(ASTContext &Context, SourceLocation Loc) { 822 void initializeLocal(ASTContext &Context, SourceLocation loc) { 955 void initializeLocal(ASTContext &Context, SourceLocation Loc); 1010 void initializeLocal(ASTContext &Context, SourceLocation Loc) { 1042 void initializeLocal(ASTContext &Context, SourceLocation Loc) [all...] |
ASTImporter.h | 25 class ASTContext; 45 ASTContext &ToContext, &FromContext; 94 ASTImporter(ASTContext &ToContext, FileManager &ToFileManager, 95 ASTContext &FromContext, FileManager &FromFileManager, 256 ASTContext &getToContext() const { return ToContext; } 259 ASTContext &getFromContext() const { return FromContext; }
|
RecordLayout.h | 22 class ASTContext; 33 /// These objects are managed by ASTContext. 133 friend class ASTContext; 135 ASTRecordLayout(const ASTContext &Ctx, CharUnits size, CharUnits alignment, 141 ASTRecordLayout(const ASTContext &Ctx, 160 void Destroy(ASTContext &Ctx);
|
DeclCXX.h | 19 #include "clang/AST/ASTContext.h" 130 static AccessSpecDecl *Create(ASTContext &C, AccessSpecifier AS, 135 static AccessSpecDecl *CreateDeserialized(ASTContext &C, unsigned ID); 643 CXXRecordDecl(Kind K, TagKind TK, const ASTContext &C, DeclContext *DC, 687 static CXXRecordDecl *Create(const ASTContext &C, TagKind TK, DeclContext *DC, 692 static CXXRecordDecl *CreateLambda(const ASTContext &C, DeclContext *DC, 696 static CXXRecordDecl *CreateDeserialized(const ASTContext &C, unsigned ID); [all...] |
Stmt.h | 35 class ASTContext; 277 // Only allow allocation of Stmts using the allocator in ASTContext 279 void* operator new(size_t bytes, const ASTContext& C, 282 void* operator new(size_t bytes, const ASTContext* C, 289 void operator delete(void *, const ASTContext &, unsigned) LLVM_NOEXCEPT {} 290 void operator delete(void *, const ASTContext *, unsigned) LLVM_NOEXCEPT {} 378 void dumpPretty(const ASTContext &Context) const; 434 void Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context, 558 CompoundStmt(const ASTContext &C, ArrayRef<Stmt*> Stmts, 573 void setStmts(const ASTContext &C, ArrayRef<Stmt *> Stmts) [all...] |
AST.h | 18 #include "clang/AST/ASTContext.h"
|
ASTDiagnostic.h | 35 /// ASTContext pointer.
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SValBuilder.h | 18 #include "clang/AST/ASTContext.h" 35 ASTContext &Context; 63 SValBuilder(llvm::BumpPtrAllocator &alloc, ASTContext &context, 126 ASTContext &getContext() { return Context; } 127 const ASTContext &getContext() const { return Context; } 331 ASTContext &context,
|
BasicValueFactory.h | 19 #include "clang/AST/ASTContext.h" 66 ASTContext &Ctx; 82 BasicValueFactory(ASTContext &ctx, llvm::BumpPtrAllocator &Alloc) 88 ASTContext &getContext() const { return Ctx; }
|
/external/clang/lib/CodeGen/ |
ObjectFilePCHContainerOperations.cpp | 13 #include "clang/AST/ASTContext.h" 48 ASTContext *Ctx; 64 ASTContext &Ctx; 65 DebugTypeVisitor(clang::CodeGen::CGDebugInfo &DI, ASTContext &Ctx) 161 void Initialize(ASTContext &Context) override { 229 void HandleTranslationUnit(ASTContext &Ctx) override {
|
/external/clang/include/clang/Analysis/Analyses/ |
FormatString.h | 266 MatchKind matchesType(ASTContext &C, QualType argTy) const; 268 QualType getRepresentativeType(ASTContext &C) const; 270 std::string getRepresentativeTypeName(ASTContext &C) const; 318 ArgType getArgType(ASTContext &Ctx) const; 501 ArgType getArgType(ASTContext &Ctx, bool IsObjCLiteral) const; 517 bool fixType(QualType QT, const LangOptions &LangOpt, ASTContext &Ctx, 586 ArgType getArgType(ASTContext &Ctx) const; 589 ASTContext &Ctx);
|
/external/clang/lib/Analysis/ |
BodyFarm.cpp | 16 #include "clang/AST/ASTContext.h" 45 ASTMaker(ASTContext &C) : C(C) {} 82 ASTContext &C; 168 typedef Stmt *(*FunctionFarmer)(ASTContext &C, const FunctionDecl *D); 171 static Stmt *create_dispatch_once(ASTContext &C, const FunctionDecl *D) { 248 static Stmt *create_dispatch_sync(ASTContext &C, const FunctionDecl *D) { 274 static Stmt *create_OSAtomicCompareAndSwap(ASTContext &C, const FunctionDecl *D) 425 static Stmt *createObjCPropertyGetter(ASTContext &Ctx,
|
FormatStringParsing.h | 4 #include "clang/AST/ASTContext.h"
|
/external/clang/lib/Serialization/ |
ASTCommon.h | 17 #include "clang/AST/ASTContext.h" 48 TypeID MakeTypeID(ASTContext &Context, QualType T, IdxForTypeTy IdxForType) {
|
/external/clang/unittests/AST/ |
ASTContextParentMapTest.cpp | 10 // Tests for the getParents(...) methods of ASTContext. 14 #include "clang/AST/ASTContext.h"
|
ASTVectorTest.cpp | 15 #include "clang/AST/ASTContext.h" 43 ASTContext Ctxt;
|
EvaluateAsRValueTest.cpp | 17 #include "clang/AST/ASTContext.h" 71 void HandleTranslationUnit(clang::ASTContext &Ctx) override {
|
/frameworks/compile/slang/ |
slang_rs_special_func.cpp | 19 #include "clang/AST/ASTContext.h" 59 const clang::ASTContext &C = FD->getASTContext();
|
/external/clang/lib/ARCMigrate/ |
Transforms.h | 160 bool canApplyWeak(ASTContext &Ctx, QualType type, 170 SourceLocation findLocationAfterSemi(SourceLocation loc, ASTContext &Ctx, 177 SourceLocation findSemiAfterLocation(SourceLocation loc, ASTContext &Ctx, 180 bool hasSideEffects(Expr *E, ASTContext &Ctx);
|