HomeSort by relevance Sort by last modified time
    Searched refs:ASTContext (Results 201 - 225 of 282) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/lib/Sema/
SemaCodeComplete.cpp 450 getRequiredQualification(ASTContext &Context,
655 QualType clang::getDeclUsageType(ASTContext &C, const NamedDecl *ND) {
782 ASTContext &Context = SemaRef.Context;
    [all...]
SemaDecl.cpp 17 #include "clang/AST/ASTContext.h"
574 ASTContext &Context = S.Context;
    [all...]
Sema.cpp 17 #include "clang/AST/ASTContext.h"
47 PrintingPolicy Sema::getPrintingPolicy(const ASTContext &Context,
70 Sema::Sema(Preprocessor &pp, ASTContext &ctxt, ASTConsumer &consumer,
    [all...]
SemaTemplateInstantiateDecl.cpp 14 #include "clang/AST/ASTContext.h"
    [all...]
AnalysisBasedWarnings.cpp 410 ContainsReference(ASTContext &Context, const DeclRefExpr *Needle)
    [all...]
SemaExprMember.cpp 380 ASTContext &Context) {
399 ASTContext &Context) {
802 ASTContext &C, Expr *Base, bool isArrow,
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 16 #include "clang/AST/ASTContext.h"
382 // Keep track of the type of this completion in an ASTContext-agnostic
505 ASTContext &Context;
516 ASTInfoCollector(Preprocessor &PP, ASTContext &Context, LangOptions &LangOpt,
574 // Initialize the ASTContext
577 // We didn't have access to the comment options when the ASTContext was
771 AST->Ctx = new ASTContext(AST->ASTFileLangOpts,
779 ASTContext &Context = *AST->Ctx;
    [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 14 #include "clang/AST/ASTContext.h"
28 const ASTContext &Context;
32 StmtProfiler(llvm::FoldingSetNodeID &ID, const ASTContext &Context,
1197 void Stmt::Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context,
DeclarationName.cpp 14 #include "clang/AST/ASTContext.h"
343 DeclarationNameTable::DeclarationNameTable(const ASTContext &C) : Ctx(C) {
NSAPI.cpp 11 #include "clang/AST/ASTContext.h"
16 NSAPI::NSAPI(ASTContext &ctx)
DumpXML.cpp 19 #include "clang/AST/ASTContext.h"
173 ASTContext &Context;
176 explicit XMLDumper(raw_ostream &OS, ASTContext &context)
MicrosoftMangle.cpp 15 #include "clang/AST/ASTContext.h"
59 ASTContext &getASTContext() const { return Context.getASTContext(); }
134 MicrosoftMangleContext(ASTContext &Context,
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 123 /// getContext - Return the ASTContext associated with this analysis.
124 ASTContext &getContext() const { return AMgr.getASTContext(); }
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 12 #include "clang/AST/ASTContext.h"
92 ASTContext &Ctx = MigrateCtx.Pass.Ctx;
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 30 ASTContext &Context = CGF.getContext();
CGValue.h 18 #include "clang/AST/ASTContext.h"
275 CharUnits alignment, ASTContext &Context,
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 145 static bool SummarizeRegion(raw_ostream &os, ASTContext &Ctx,
342 ASTContext &Ctx = svalBuilder.getContext();
483 ASTContext &Ctx = svalBuilder.getContext();
828 bool CStringChecker::SummarizeRegion(raw_ostream &os, ASTContext &Ctx,
    [all...]
CallAndMessageChecker.cpp 399 ASTContext &Ctx = C.getASTContext();
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 290 static bool shouldBeModeledWithNoOp(ASTContext &Context, QualType ToTy,
ProgramState.cpp 70 ProgramStateManager::ProgramStateManager(ASTContext &Ctx,
293 ASTContext &Ctx = svalBuilder.getContext();
  /frameworks/compile/slang/
slang_rs_backend.cpp 22 #include "clang/AST/ASTContext.h"
133 void RSBackend::HandleTranslationUnitPre(clang::ASTContext &C) {
slang_rs_export_type.h 163 static bool ValidateType(clang::ASTContext &C, clang::QualType QT,
  /external/clang/lib/Analysis/
CFG.cpp 16 #include "clang/AST/ASTContext.h"
292 ASTContext *Context;
335 explicit CFGBuilder(ASTContext *astContext,
337 : Context(astContext), cfg(new CFG()), // crew a new CFG
771 static QualType getReferenceInitTemporaryType(ASTContext &Context,
    [all...]
  /external/clang/tools/libclang/
Indexing.cpp 319 virtual void Initialize(ASTContext &Context) {
324 virtual void HandleTranslationUnit(ASTContext &Ctx) {
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 66 ASTContext *Context;
184 void InitializeCommon(ASTContext &context);
233 virtual void HandleTranslationUnit(ASTContext &C);
404 virtual void Initialize(ASTContext &context);
542 // FIXME: This predicate seems like it would be useful to add to ASTContext.
585 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty,
665 void RewriteModernObjC::InitializeCommon(ASTContext &context) {
    [all...]

Completed in 221 milliseconds

1 2 3 4 5 6 7 891011>>