HomeSort by relevance Sort by last modified time
    Searched refs:ASTContext (Results 176 - 200 of 326) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/lib/AST/
CXXInheritance.cpp 14 #include "clang/AST/ASTContext.h"
179 ASTContext &Context, const CXXRecordDecl *Record,
647 AddIndirectPrimaryBases(const CXXRecordDecl *RD, ASTContext &Context,
671 ASTContext &Context = getASTContext();
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 15 #include "clang/AST/ASTContext.h"
111 ASTContext &Ctx) {
158 ASTContext &Ctx,
686 ASTContext &Ctx, LiteralInfo &Info) {
778 ASTContext &Ctx = NS.getASTContext();
    [all...]
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 125 QualType getDeclUsageType(ASTContext &C, const NamedDecl *ND);
772 CodeCompletionString *CreateCodeCompletionString(ASTContext &Ctx,
    [all...]
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 32 #include "clang/AST/ASTContext.h"
249 ASTContext &Ctx;
254 NameReferenceChecker(ASTContext &ctx, PoolScope &scope,
TransZeroOutPropsInDealloc.cpp 18 #include "clang/AST/ASTContext.h"
44 ASTContext &Ctx = Pass.Ctx;
TransformActions.cpp 11 #include "clang/AST/ASTContext.h"
31 ASTContext &Ctx;
123 ASTContext &ctx, Preprocessor &PP)
126 ASTContext &getASTContext() { return Ctx; }
601 ASTContext &ctx, Preprocessor &PP)
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 257 void MultiplexConsumer::Initialize(ASTContext &Context) {
284 void MultiplexConsumer::HandleTranslationUnit(ASTContext &Ctx) {
  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 16 #include "clang/AST/ASTContext.h"
125 ASTContext &Ctx;
138 DeadStoreObs(const CFG &cfg, ASTContext &ctx, BugReporter &br,
IdenticalExprChecker.cpp 29 static bool isIdenticalStmt(const ASTContext &Ctx, const Stmt *Stmt1,
304 static bool isIdenticalStmt(const ASTContext &Ctx, const Stmt *Stmt1,
MallocChecker.cpp 240 void initIdentifierInfo(ASTContext &C) const;
262 bool isMemFunction(const FunctionDecl *FD, ASTContext &C) const;
264 ASTContext &C,
267 bool isStandardNewDelete(const FunctionDecl *FD, ASTContext &C) const;
531 void MallocChecker::initIdentifierInfo(ASTContext &Ctx) const {
548 bool MallocChecker::isMemFunction(const FunctionDecl *FD, ASTContext &C) const {
565 ASTContext &C,
632 ASTContext &C) const {
678 ASTContext &Ctx = C.getASTContext();
    [all...]
ArrayBoundCheckerV2.cpp 280 ASTContext &astContext = svalBuilder.getContext();
289 astContext.getTypeSizeInChars(elemType),
DynamicTypeChecker.cpp 191 ASTContext &ASTCtxt = C.getASTContext();
NSErrorChecker.cpp 211 ASTContext &Ctx = C.getASTContext();
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 64 ASTContext &Ctx = StateMgr.getContext();
373 ASTContext &Ctx = svalBuilder.getContext();
ExprEngineCallAndReturn.cpp 686 static bool hasMember(const ASTContext &Ctx, const CXXRecordDecl *RD,
708 static bool isContainerClass(const ASTContext &Ctx, const CXXRecordDecl *RD) {
719 static bool isContainerMethod(const ASTContext &Ctx,
753 ASTContext &Ctx = CalleeADC->getASTContext();
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 46 class ASTContext;
180 const CXXDestructorDecl *getDestructorDecl(ASTContext &astContext) const;
181 bool isNoReturn(ASTContext &astContext) const;
814 static std::unique_ptr<CFG> buildCFG(const Decl *D, Stmt *AST, ASTContext *C,
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 130 ASTContext &getASTContext() {
ProgramState.h 35 class ASTContext;
477 ProgramStateManager(ASTContext &Ctx,
487 ASTContext &getContext() { return svalBuilder->getContext(); }
488 const ASTContext &getContext() const { return svalBuilder->getContext(); }
Store.h 47 ASTContext &Ctx;
  /external/clang/lib/CodeGen/
CGLoopInfo.cpp 11 #include "clang/AST/ASTContext.h"
112 void LoopInfoStack::push(BasicBlock *Header, clang::ASTContext &Ctx,
CodeGenModule.h 51 class ASTContext;
260 ASTContext &Context;
488 CodeGenModule(ASTContext &C, const HeaderSearchOptions &headersearchopts,
594 ASTContext &getContext() const { return Context; }
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 11 #include "clang/AST/ASTContext.h"
55 ASTContext *Context;
61 explicit USRGenerator(ASTContext *Ctx, SmallVectorImpl<char> &Buf)
208 ASTContext &Ctx = *Context;
531 ASTContext &Ctx = *Context;
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 31 virtual bool run(const BoundNodes *BoundNodes, ASTContext *Context) = 0;
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 12 #include "clang/AST/ASTContext.h"
60 void HandleTranslationUnit(ASTContext &context) override {
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 11 #include "clang/AST/ASTContext.h"
112 ASTContext &Context = CurrentSema->getASTContext();

Completed in 2461 milliseconds

1 2 3 4 5 6 78 91011>>