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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/slang/
slang_rs_export_type.cpp 22 #include "clang/AST/ASTContext.h"
342 clang::ASTContext &C = VD->getASTContext();
362 // C - ASTContext (for diagnostics + builtin types).
371 clang::ASTContext &C,
573 bool RSExportType::ValidateType(clang::ASTContext &C, clang::QualType QT,
817 // ASTContext or allocated in GetTypeName which will be destroyed later.
    [all...]
  /external/clang/include/clang/AST/
Comment.h 199 LLVM_ATTRIBUTE_USED void dump(const ASTContext &Context) const;
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 17 #include "clang/AST/ASTContext.h"
84 static BodyFarm &getBodyFarm(ASTContext &C) {
UninitializedValues.cpp 14 #include "clang/AST/ASTContext.h"
277 static const Expr *stripCasts(ASTContext &C, const Expr *Ex) {
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 16 #include "clang/AST/ASTContext.h"
    [all...]
SemaType.cpp 15 #include "clang/AST/ASTContext.h"
712 ASTContext &Context = S.Context;
    [all...]
SemaInit.cpp 15 #include "clang/AST/ASTContext.h"
36 ASTContext &Context) {
78 static Expr *IsStringInit(Expr *init, QualType declType, ASTContext &Context) {
    [all...]
SemaAccess.cpp 15 #include "clang/AST/ASTContext.h"
155 AccessTarget(ASTContext &Context,
165 AccessTarget(ASTContext &Context,
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 37 ASTContext &Context;
45 ASTDeclWriter(ASTWriter &Writer, ASTContext &Context, RecordData &Record)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 28 static bool isArc4RandomAvailable(const ASTContext &Ctx) {
StreamChecker.cpp 111 ASTContext &Ctx = C.getASTContext();
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 317 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...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 20 #include "clang/AST/ASTContext.h"
197 ASTContext &Ctx = CGM.getContext();
235 ASTContext &Ctx = CGM.getContext();
253 ASTContext &Ctx = CGM.getContext();
273 ASTContext &Ctx = CGM.getContext();
309 ASTContext &Ctx = CGM.getContext();
330 ASTContext &Ctx = CGM.getContext();
345 ASTContext &Ctx = CGM.getContext();
    [all...]
CGExprAgg.cpp 17 #include "clang/AST/ASTContext.h"
375 ASTContext &ctx = CGF.getContext();
    [all...]
CGExprConstant.cpp 20 #include "clang/AST/ASTContext.h"
111 const ASTContext &Context = CGM.getContext();
164 const ASTContext &Context = CGM.getContext();
    [all...]
CGAtomic.cpp 17 #include "clang/AST/ASTContext.h"
55 ASTContext &C = CGF.getContext();
    [all...]
CGBuiltin.cpp 18 #include "clang/AST/ASTContext.h"
    [all...]
CGObjC.cpp 19 #include "clang/AST/ASTContext.h"
90 ASTContext &Context = CGM.getContext();
488 ASTContext &Context = CGF.getContext();
    [all...]
CGObjCGNU.cpp 21 #include "clang/AST/ASTContext.h"
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 65 ASTContext *Context;
163 void InitializeCommon(ASTContext &context);
196 virtual void HandleTranslationUnit(ASTContext &C);
332 virtual void Initialize(ASTContext &context) = 0;
455 // FIXME: This predicate seems like it would be useful to add to ASTContext.
498 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty,
516 virtual void Initialize(ASTContext &context);
602 void RewriteObjC::InitializeCommon(ASTContext &context) {
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 662 virtual bool run(const BoundNodes *Nodes, ASTContext *Context) {
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 18 #include "clang/AST/ASTContext.h"
100 explicit ItaniumMangleContext(ASTContext &Context,
223 ASTContext &getASTContext() const { return Context.getASTContext(); }
    [all...]
ASTImporter.cpp 15 #include "clang/AST/ASTContext.h"
187 ASTContext &C1, &C2;
212 StructuralEquivalenceContext(ASTContext &C1, ASTContext &C2,
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 615 virtual ASTContext &getASTContext() const = 0;
    [all...]

Completed in 668 milliseconds

1 2 3 4 5 6 7 8 91011>>