/external/clang/docs/ |
IntroductionToTheClangAST.rst | 85 `ASTContext <http://clang.llvm.org/doxygen/classclang_1_1ASTContext.html>`_.
|
/external/clang/include/clang/AST/ |
DeclContextInternals.h | 246 friend class ASTContext; // walks the chain deleting these
|
DeclarationName.h | 25 class ASTContext; 345 const ASTContext &Ctx; 354 DeclarationNameTable(const ASTContext &C);
|
/external/clang/include/clang/Basic/ |
Builtins.h | 29 class ASTContext;
|
/external/clang/include/clang/Sema/ |
IdentifierResolver.h | 23 class ASTContext;
|
Overload.h | 32 class ASTContext; 230 NarrowingKind getNarrowingKind(ASTContext &Context, const Expr *Converted, 234 bool isPointerConversionToVoidPointer(ASTContext& Context) const;
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ProgramState.h | 36 class ASTContext; 478 ProgramStateManager(ASTContext &Ctx, 488 ASTContext &getContext() { return svalBuilder->getContext(); } 489 const ASTContext &getContext() const { return svalBuilder->getContext(); }
|
/external/clang/lib/AST/ |
VTableBuilder.cpp | 15 #include "clang/AST/ASTContext.h" 95 ASTContext &Context; 219 static BaseOffset ComputeBaseOffset(const ASTContext &Context, 258 static BaseOffset ComputeBaseOffset(const ASTContext &Context, 271 ComputeReturnAdjustmentBaseOffset(ASTContext &Context, 548 /// Context - The ASTContext which we will use for layout information. 549 ASTContext &Context; 807 /// Context - The ASTContext which we will use for layout information. 808 ASTContext &Context; [all...] |
APValue.cpp | 15 #include "clang/AST/ASTContext.h" 344 void APValue::printPretty(raw_ostream &Out, ASTContext &Ctx, QualType Ty) const{ 545 std::string APValue::getAsString(ASTContext &Ctx, QualType Ty) const {
|
/external/clang/lib/Analysis/ |
CFG.cpp | 16 #include "clang/AST/ASTContext.h" 370 ASTContext *Context; 413 explicit CFGBuilder(ASTContext *astContext, 415 : Context(astContext), cfg(new CFG()), // crew a new CFG [all...] |
CallGraph.cpp | 14 #include "clang/AST/ASTContext.h"
|
FormatString.cpp | 291 ArgType::matchesType(ASTContext &C, QualType argTy) const { 446 QualType ArgType::getRepresentativeType(ASTContext &C) const { 482 std::string ArgType::getRepresentativeTypeName(ASTContext &C) const { 509 analyze_format_string::OptionalAmount::getArgType(ASTContext &Ctx) const {
|
AnalysisDeclContext.cpp | 17 #include "clang/AST/ASTContext.h" 88 static BodyFarm &getBodyFarm(ASTContext &C, CodeInjector *injector = nullptr) { 473 ASTContext &Ctx = getAnalysisDeclContext()->getASTContext();
|
/external/clang/lib/CodeGen/ |
CodeGenAction.cpp | 12 #include "clang/AST/ASTContext.h" 50 ASTContext *Context; 96 void Initialize(ASTContext &Ctx) override { 139 void HandleTranslationUnit(ASTContext &C) override { [all...] |
/external/clang/lib/Sema/ |
SemaFixItUtils.cpp | 14 #include "clang/AST/ASTContext.h"
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
DirectIvarAssignment.cpp | 97 ASTContext &Ctx) {
|
DynamicTypeChecker.cpp | 191 ASTContext &ASTCtxt = C.getASTContext();
|
MallocChecker.cpp | 243 void initIdentifierInfo(ASTContext &C) const; 265 bool isMemFunction(const FunctionDecl *FD, ASTContext &C) const; 267 ASTContext &C, 270 bool isStandardNewDelete(const FunctionDecl *FD, ASTContext &C) const; 534 void MallocChecker::initIdentifierInfo(ASTContext &Ctx) const { 557 bool MallocChecker::isMemFunction(const FunctionDecl *FD, ASTContext &C) const { 574 ASTContext &C, 642 ASTContext &C) const { 688 ASTContext &Ctx = C.getASTContext(); [all...] |
LocalizationChecker.cpp | 75 void initUIMethods(ASTContext &Ctx) const; 76 void initLocStringsMethods(ASTContext &Ctx) const; 154 void NonLocalizedStringChecker::initUIMethods(ASTContext &Ctx) const { 564 void NonLocalizedStringChecker::initLocStringsMethods(ASTContext &Ctx) const { 800 static inline bool isNSStringType(QualType T, ASTContext &Ctx) { [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
BasicValueFactory.cpp | 16 #include "clang/AST/ASTContext.h"
|
ExprEngineCallAndReturn.cpp | 673 static bool hasMember(const ASTContext &Ctx, const CXXRecordDecl *RD, 695 static bool isContainerClass(const ASTContext &Ctx, const CXXRecordDecl *RD) { 706 static bool isContainerMethod(const ASTContext &Ctx, 740 ASTContext &Ctx = CalleeADC->getASTContext(); [all...] |
/external/clang/lib/StaticAnalyzer/Frontend/ |
AnalysisConsumer.cpp | 158 ASTContext *Ctx; 289 void Initialize(ASTContext &Context) override { 304 void HandleTranslationUnit(ASTContext &C) override; 507 void AnalysisConsumer::HandleTranslationUnit(ASTContext &C) {
|
/external/v8/src/compiler/ |
ast-graph-builder.cc | 29 class AstGraphBuilder::AstContext BASE_EMBEDDED { 36 // that is about to be plugged into this AstContext. 54 AstContext(AstGraphBuilder* owner, Expression::Context kind); 55 virtual ~AstContext(); 69 AstContext* outer_; 74 class AstGraphBuilder::AstEffectContext final : public AstContext { 77 : AstContext(owner, Expression::kEffect) {} 85 class AstGraphBuilder::AstValueContext final : public AstContext { 88 : AstContext(owner, Expression::kValue) {} 96 class AstGraphBuilder::AstTestContext final : public AstContext { [all...] |
/external/clang/lib/ARCMigrate/ |
ARCMT.cpp | 282 ASTContext &Ctx = Unit->getASTContext(); 468 RewritesApplicator(Rewriter &rewriter, ASTContext &ctx, 561 ASTContext &Ctx = Unit->getASTContext();
|
/external/clang/unittests/Tooling/ |
RefactoringTest.cpp | 12 #include "clang/AST/ASTContext.h" 327 clang::ASTContext *Context; 334 void HandleTranslationUnit(clang::ASTContext &Context) override {
|