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

<<1112

  /external/clang/lib/AST/
ASTImporter.cpp 15 #include "clang/AST/ASTContext.h"
194 ASTContext &C1, &C2;
219 StructuralEquivalenceContext(ASTContext &C1, ASTContext &C2,
    [all...]
DeclPrinter.cpp 14 #include "clang/AST/ASTContext.h"
176 ASTContext &Ctx = cast<TranslationUnitDecl>(DC)->getASTContext();
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 20 #include "clang/AST/ASTContext.h"
111 const ASTContext &Context = CGM.getContext();
164 const ASTContext &Context = CGM.getContext();
    [all...]
CGStmt.cpp     [all...]
CGObjC.cpp 19 #include "clang/AST/ASTContext.h"
91 ASTContext &Context = CGM.getContext();
516 ASTContext &Context = CGF.getContext();
    [all...]
CGObjCGNU.cpp 21 #include "clang/AST/ASTContext.h"
    [all...]
CGRTTI.cpp 257 ASTContext &Context = CGM.getContext();
    [all...]
CGExprCXX.cpp 92 static bool canDevirtualizeMemberFunctionCalls(ASTContext &Context,
    [all...]
CodeGenFunction.h 48 class ASTContext;
    [all...]
CGAtomic.cpp 17 #include "clang/AST/ASTContext.h"
56 ASTContext &C = CGF.getContext();
    [all...]
CGBuiltin.cpp 18 #include "clang/AST/ASTContext.h"
    [all...]
CGExprAgg.cpp 17 #include "clang/AST/ASTContext.h"
313 ASTContext &Ctx = CGF.getContext();
    [all...]
CodeGenFunction.cpp 19 #include "clang/AST/ASTContext.h"
328 CGBuilderTy& Builder, ASTContext &ASTCtx) {
    [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp 15 #include "clang/AST/ASTContext.h"
155 AccessTarget(ASTContext &Context,
165 AccessTarget(ASTContext &Context,
    [all...]
JumpDiagnostics.cpp 124 static ScopePair GetDiagForGotoScopeDecl(ASTContext &Context, const Decl *D) {
SemaDeclObjC.cpp 16 #include "clang/AST/ASTContext.h"
    [all...]
SemaExprObjC.cpp 15 #include "clang/AST/ASTContext.h"
191 ASTContext &CX = S.Context;
    [all...]
SemaLambda.cpp 381 ASTContext &Ctx = getASTContext();
    [all...]
SemaLookup.cpp 15 #include "clang/AST/ASTContext.h"
753 CppNamespaceLookup(Sema &S, LookupResult &R, ASTContext &Context,
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 585 /// Ctx - The ASTContext object for the analyzed ASTs.
586 ASTContext &Ctx;
730 RetainSummaryManager(ASTContext &ctx, bool gcenabled, bool usesARC)
    [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 14 #include "clang/AST/ASTContext.h"
277 static const Expr *stripCasts(ASTContext &C, const Expr *Ex) {
  /external/clang/include/clang/Sema/
Sema.h 65 class ASTContext;
238 ASTContext &Context;
860 Sema(Preprocessor &pp, ASTContext &ctxt, ASTConsumer &consumer,
877 ASTContext &getASTContext() const { return Context; }
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 16 #include "clang/AST/ASTContext.h"
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 715 virtual ASTContext &getASTContext() const = 0;
    [all...]

Completed in 573 milliseconds

<<1112