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

<<11121314

  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 14 #include "clang/AST/ASTContext.h"
    [all...]
SemaExprMember.cpp 398 ASTContext &Context) {
416 ASTContext &Context) {
    [all...]
Sema.cpp 16 #include "clang/AST/ASTContext.h"
52 PrintingPolicy Sema::getPrintingPolicy(const ASTContext &Context,
73 Sema::Sema(Preprocessor &pp, ASTContext &ctxt, ASTConsumer &consumer,
    [all...]
SemaDeclObjC.cpp 16 #include "clang/AST/ASTContext.h"
    [all...]
SemaExprObjC.cpp 15 #include "clang/AST/ASTContext.h"
229 ASTContext &Context = S.Context;
266 ASTContext &CX = S.Context;
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 67 ASTContext *Context;
165 void InitializeCommon(ASTContext &context);
198 void HandleTranslationUnit(ASTContext &C) override;
324 void Initialize(ASTContext &context) override = 0;
447 // FIXME: This predicate seems like it would be useful to add to ASTContext.
490 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty,
516 void Initialize(ASTContext &context) override;
600 void RewriteObjC::InitializeCommon(ASTContext &context) {
    [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 14 #include "clang/AST/ASTContext.h"
29 const ASTContext &Context;
33 StmtProfiler(llvm::FoldingSetNodeID &ID, const ASTContext &Context,
    [all...]
NSAPI.cpp 11 #include "clang/AST/ASTContext.h"
18 NSAPI::NSAPI(ASTContext &ctx)
ASTDumper.cpp 15 #include "clang/AST/ASTContext.h"
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 12 #include "clang/AST/ASTContext.h"
98 void CompilerInstance::setASTContext(ASTContext *Value) {
390 // ASTContext
394 auto *Context = new ASTContext(getLangOpts(), PP.getSourceManager(),
419 bool AllowPCHWithCompilerErrors, Preprocessor &PP, ASTContext &Context,
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 122 /// getContext - Return the ASTContext associated with this analysis.
123 ASTContext &getContext() const { return AMgr.getASTContext(); }
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 532 ASTContext &Ctx = C.getASTContext();
CheckSecuritySyntaxOnly.cpp 28 static bool isArc4RandomAvailable(const ASTContext &Ctx) {
StreamChecker.cpp 113 ASTContext &Ctx = C.getASTContext();
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 95 ASTContext &Ctx = SVB.getContext();
SymbolManager.cpp 316 ASTContext &Ctx = R->getMemRegionManager()->getContext();
  /external/clang/unittests/AST/
DeclPrinterTest.cpp 22 #include "clang/AST/ASTContext.h"
34 void PrintDecl(raw_ostream &Out, const ASTContext *Context, const Decl *D) {
    [all...]
  /frameworks/compile/slang/
slang.cpp 29 #include "clang/AST/ASTContext.h"
225 new clang::ASTContext(LangOpts, *mSourceMgr, mPP->getIdentifierTable(),
slang_rs_pragma_handler.cpp 23 #include "clang/AST/ASTContext.h"
236 clang::ASTContext &ASTC = mContext->getASTContext();
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 20 #include "clang/AST/ASTContext.h"
199 ASTContext &Ctx = CGM.getContext();
237 ASTContext &Ctx = CGM.getContext();
255 ASTContext &Ctx = CGM.getContext();
275 ASTContext &Ctx = CGM.getContext();
311 ASTContext &Ctx = CGM.getContext();
332 ASTContext &Ctx = CGM.getContext();
348 ASTContext &Ctx = CGM.getContext();
    [all...]
ItaniumCXXABI.cpp 803 const ASTContext &Context = getContext();
    [all...]
  /external/clang/lib/Analysis/
Consumed.cpp 15 #include "clang/AST/ASTContext.h"
777 ASTContext &CurrContext = AC.getASTContext();
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 19 #include "clang/AST/ASTContext.h"
772 ASTContext &C = Reader.getContext();
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 790 bool run(const BoundNodes *Nodes, ASTContext *Context) override {
    [all...]

Completed in 613 milliseconds

<<11121314