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

1 2 3 45 6 7 8 91011>>

  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 12 #include "clang/AST/ASTContext.h"
61 virtual void Initialize(ASTContext &Context) {
80 virtual void HandleTranslationUnit(ASTContext &Ctx);
205 void ObjCMigrateASTConsumer::HandleTranslationUnit(ASTContext &Ctx) {
Transforms.cpp 12 #include "clang/AST/ASTContext.h"
42 bool trans::canApplyWeak(ASTContext &Ctx, QualType type,
125 ASTContext &Ctx) {
137 ASTContext &Ctx) {
168 bool trans::hasSideEffects(Expr *E, ASTContext &Ctx) {
209 StringRef trans::getNilString(ASTContext &Ctx) {
525 ASTContext &Ctx = pass.Ctx;
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 55 CastedAllocFinder(ASTContext *Ctx) :
140 static bool typesCompatible(ASTContext &C, QualType A, QualType B) {
161 static bool compatibleWithArrayType(ASTContext &C, QualType PT, QualType T) {
BasicObjCFoundationChecks.cpp 17 #include "clang/AST/ASTContext.h"
228 static Optional<uint64_t> GetCFNumberSize(ASTContext &Ctx, uint64_t i) {
287 ASTContext &Ctx = C.getASTContext();
402 ASTContext &Ctx = C.getASTContext();
487 ASTContext &Ctx = C.getASTContext();
593 ASTContext &Ctx = C.getASTContext();
769 ASTContext &Ctx = C.getASTContext();
  /external/clang/include/clang/Frontend/
ASTUnit.h 18 #include "clang/AST/ASTContext.h"
47 class ASTContext;
63 /// \brief Utility class for loading a ASTContext from an AST file.
74 IntrusiveRefCntPtr<ASTContext> Ctx;
453 const ASTContext &getASTContext() const { return *Ctx; }
454 ASTContext &getASTContext() { return *Ctx; }
456 void setASTContext(ASTContext *ctx) { Ctx = ctx; }
    [all...]
  /external/clang/include/clang/Sema/
Initialization.h 16 #include "clang/AST/ASTContext.h"
164 InitializedEntity(ASTContext &Context, unsigned Index,
182 static InitializedEntity InitializeParameter(ASTContext &Context,
189 static InitializedEntity InitializeParameter(ASTContext &Context,
207 static InitializedEntity InitializeParameter(ASTContext &Context,
256 static InitializedEntity InitializeBase(ASTContext &Context,
278 static InitializedEntity InitializeElement(ASTContext &Context,
    [all...]
IdentifierResolver.h 23 class ASTContext;
  /external/clang/include/clang/Serialization/
ASTWriter.h 44 class ASTContext;
103 /// \brief The ASTContext we're writing.
104 ASTContext *Context;
418 void WriteControlBlock(Preprocessor &PP, ASTContext &Context,
434 uint64_t WriteDeclContextLexicalBlock(ASTContext &Context, DeclContext *DC);
435 uint64_t WriteDeclContextVisibleBlock(ASTContext &Context, DeclContext *DC);
470 void WriteDecl(ASTContext &Context, Decl *D);
753 virtual void HandleTranslationUnit(ASTContext &Ctx);
  /external/clang/lib/AST/
Type.cpp 14 #include "clang/AST/ASTContext.h"
66 bool QualType::isConstant(QualType T, ASTContext &Ctx) {
76 unsigned ConstantArrayType::getNumAddressingBits(ASTContext &Context,
111 unsigned ConstantArrayType::getMaxSizeBits(ASTContext &Context) {
122 DependentSizedArrayType::DependentSizedArrayType(const ASTContext &Context,
135 const ASTContext &Context,
147 ASTContext &Context,
164 const ASTContext &Context,
218 QualType QualType::getDesugaredType(QualType T, const ASTContext &Context) {
224 const ASTContext &Context)
    [all...]
DeclBase.cpp 15 #include "clang/AST/ASTContext.h"
47 void *Decl::AllocateDeserializedDecl(const ASTContext &Context,
224 ASTContext &Ctx) {
261 ASTContext &Decl::getASTContext() const {
275 ASTContext &Ctx = getASTContext();
314 static AvailabilityResult CheckAvailability(ASTContext &Context,
572 void Decl::setAttrsImpl(const AttrVec &attrs, ASTContext &Ctx) {
605 ASTContext &Context = getASTContext();
995 ASTContext &Context = DC->getParentASTContext();
1010 ASTContext &Context = DC->getParentASTContext()
    [all...]
ASTDiagnostic.cpp 14 #include "clang/AST/ASTContext.h"
27 static QualType Desugar(ASTContext &Context, QualType QT, bool &ShouldAKA) {
157 ConvertTypeToDiagnosticString(ASTContext &Context, QualType Ty,
231 static bool FormatTemplateTypeDiff(ASTContext &Context, QualType FromType,
248 ASTContext &Context = *static_cast<ASTContext*>(Cookie);
374 /// Context - The ASTContext which is used for comparing template arguments.
375 ASTContext &Context;
708 TSTiterator(ASTContext &Context, const TemplateSpecializationType *TST)
794 ASTContext &Context, QualType Ty)
    [all...]
Android.mk 29 ASTContext.cpp \
RawCommentList.cpp 11 #include "clang/AST/ASTContext.h"
137 const char *RawComment::extractBriefText(const ASTContext &Context) const {
161 comments::FullComment *RawComment::parse(const ASTContext &Context,
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 42 void RSObjectRefCount::GetRSRefCountingFunctions(clang::ASTContext &C) {
94 static clang::CompoundStmt* BuildCompoundStmt(clang::ASTContext &C,
117 static void AppendAfterStmt(clang::ASTContext &C,
183 clang::ASTContext &mCtx;
212 DestructorVisitor(clang::ASTContext &C,
266 DestructorVisitor::DestructorVisitor(clang::ASTContext &C,
366 clang::Expr *ClearSingleRSObject(clang::ASTContext &C,
443 clang::ASTContext &C,
450 clang::ASTContext &C,
614 static unsigned CountRSObjectTypes(clang::ASTContext &C
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 19 #include "clang/AST/ASTContext.h"
133 ASTContext &getContext() const;
473 QualType getDesugaredLocationType(ASTContext &Context) const {
498 ASTContext &ctx = getContext();
504 QualType getDesugaredValueType(ASTContext &Context) const {
542 const ASTContext &Ctx = getContext();
1100 ASTContext &C;
    [all...]
  /external/clang/include/clang/AST/
DeclarationName.h 25 class ASTContext;
336 const ASTContext &Ctx;
345 DeclarationNameTable(const ASTContext &C);
ExprObjC.h 25 class ASTContext;
146 static ObjCArrayLiteral *Create(ASTContext &C,
151 static ObjCArrayLiteral *CreateEmpty(ASTContext &C, unsigned NumElements);
292 static ObjCDictionaryLiteral *Create(ASTContext &C,
298 static ObjCDictionaryLiteral *CreateEmpty(ASTContext &C,
345 /// obtained from ASTContext with the encoding type as an argument.
797 static ObjCSubscriptRefExpr *Create(ASTContext &C,
    [all...]
StmtCXX.h 82 static CXXTryStmt *Create(ASTContext &C, SourceLocation tryLoc,
85 static CXXTryStmt *Create(ASTContext &C, EmptyShell Empty,
VTableBuilder.h 270 ASTContext &Context;
320 VTableContext(ASTContext &Context);
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 194 ASTContext &Context = getContext();
279 ASTContext &Context = CGF.getContext();
304 ASTContext &Ctx = getContext();
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 31 class ASTContext;
376 virtual ASTContext &getASTContext() = 0;
446 ASTContext &getContext() { return D.getASTContext(); }
556 ASTContext &getASTContext() {
  /external/clang/lib/Parse/
ParseAST.cpp 16 #include "clang/AST/ASTContext.h"
75 ASTContext &Ctx, bool PrintStats,
  /external/clang/lib/Sema/
AttributeList.cpp 15 #include "clang/AST/ASTContext.h"
97 AttributePool::createIntegerAttribute(ASTContext &C, IdentifierInfo *Name,
  /external/clang/unittests/AST/
StmtPrinterTest.cpp 22 #include "clang/AST/ASTContext.h"
34 void PrintStmt(raw_ostream &Out, const ASTContext *Context, const Stmt *S) {
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 28 virtual bool run(const BoundNodes *BoundNodes, ASTContext *Context) = 0;

Completed in 794 milliseconds

1 2 3 45 6 7 8 91011>>