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

12 3 4 5 6 7 8 91011>>

  /external/clang/include/clang/AST/
ASTVector.h 1 //===- ASTVector.h - Vector that uses ASTContext for allocation --*- C++ -*-=//
11 // allocated using the allocator associated with an ASTContext..
54 class ASTContext;
66 ASTVector(ASTContext &C, unsigned N)
158 void push_back(const_reference Elt, ASTContext &C) {
169 void reserve(ASTContext &C, unsigned N) {
181 void append(ASTContext &C, in_iter in_start, in_iter in_end) {
200 void append(ASTContext &C, size_type NumInputs, const T &Elt) {
217 iterator insert(ASTContext &C, iterator I, const T &Elt) {
238 iterator insert(ASTContext &C, iterator I, size_type NumToInsert
    [all...]
DeclGroup.h 22 class ASTContext;
40 static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned NumDecls);
72 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) {
DependentDiagnostic.h 29 class ASTContext;
38 static DependentDiagnostic *Create(ASTContext &Context,
101 static DependentDiagnostic *Create(ASTContext &Context,
DeclTemplate.h 65 static TemplateParameterList *Create(const ASTContext &C,
173 static TemplateArgumentList *CreateCopy(ASTContext &Context,
300 Create(ASTContext &C, FunctionDecl *FD, FunctionTemplateDecl *Template,
386 unsigned NumTemplateArgs, ASTContext &Context) {
620 virtual CommonBase *newCommon(ASTContext &C) const = 0;
766 CommonBase *newCommon(ASTContext &C) const;
853 static FunctionTemplateDecl *Create(ASTContext &C, DeclContext *DC,
860 static FunctionTemplateDecl *CreateDeserialized(ASTContext &C, unsigned ID);
    [all...]
NSAPI.h 18 class ASTContext;
25 explicit NSAPI(ASTContext &Ctx);
27 ASTContext &getASTContext() const { return Ctx; }
194 ASTContext &Ctx;
RawCommentList.h 18 class ASTContext;
110 const char *getBriefText(const ASTContext &Context) const {
118 comments::FullComment *parse(const ASTContext &Context,
132 /// True if comment is attached to a declaration in ASTContext.
154 const char *extractBriefText(const ASTContext &Context) const;
  /external/clang/lib/AST/
RecordLayout.cpp 14 #include "clang/AST/ASTContext.h"
20 void ASTRecordLayout::Destroy(ASTContext &Ctx) {
31 ASTRecordLayout::ASTRecordLayout(const ASTContext &Ctx, CharUnits size,
44 ASTRecordLayout::ASTRecordLayout(const ASTContext &Ctx,
DeclGroup.cpp 15 #include "clang/AST/ASTContext.h"
20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) {
DeclTemplate.cpp 15 #include "clang/AST/ASTContext.h"
57 TemplateParameterList::Create(const ASTContext &C, SourceLocation TemplateLoc,
177 static void GenerateInjectedTemplateArgs(ASTContext &Context,
224 FunctionTemplateDecl *FunctionTemplateDecl::Create(ASTContext &C,
234 FunctionTemplateDecl *FunctionTemplateDecl::CreateDeserialized(ASTContext &C,
242 FunctionTemplateDecl::newCommon(ASTContext &C) const {
286 ClassTemplateDecl *ClassTemplateDecl::Create(ASTContext &C,
299 ClassTemplateDecl *ClassTemplateDecl::CreateDeserialized(ASTContext &C,
308 ASTContext &Context = getASTContext();
329 ClassTemplateDecl::newCommon(ASTContext &C) const
    [all...]
DeclFriend.cpp 15 #include "clang/AST/ASTContext.h"
27 FriendDecl *FriendDecl::Create(ASTContext &C, DeclContext *DC,
58 FriendDecl *FriendDecl::CreateDeserialized(ASTContext &C, unsigned ID,
Stmt.cpp 14 #include "clang/AST/ASTContext.h"
51 void *Stmt::operator new(size_t bytes, ASTContext& C,
56 void *Stmt::operator new(size_t bytes, ASTContext* C,
255 CompoundStmt::CompoundStmt(ASTContext &C, ArrayRef<Stmt*> Stmts,
271 void CompoundStmt::setStmts(ASTContext &C, Stmt **Stmts, unsigned NumStmts) {
284 AttributedStmt *AttributedStmt::Create(ASTContext &C, SourceLocation Loc,
293 AttributedStmt *AttributedStmt::CreateEmpty(ASTContext &C, unsigned NumAttrs) {
323 std::string AsmStmt::generateAsmString(ASTContext &C) const {
409 void GCCAsmStmt::setOutputsAndInputsAndClobbers(ASTContext &C,
464 ASTContext &C, unsigned &DiagOffs) const
    [all...]
InheritViz.cpp 16 #include "clang/AST/ASTContext.h"
35 ASTContext& Context;
41 InheritanceHierarchyWriter(ASTContext& Context, raw_ostream& Out)
136 void CXXRecordDecl::viewInheritance(ASTContext& Context) const {
ExprClassification.cpp 15 #include "clang/AST/ASTContext.h"
26 static Cl::Kinds ClassifyInternal(ASTContext &Ctx, const Expr *E);
27 static Cl::Kinds ClassifyDecl(ASTContext &Ctx, const Decl *D);
28 static Cl::Kinds ClassifyUnnamed(ASTContext &Ctx, QualType T);
29 static Cl::Kinds ClassifyMemberExpr(ASTContext &Ctx, const MemberExpr *E);
30 static Cl::Kinds ClassifyBinaryOp(ASTContext &Ctx, const BinaryOperator *E);
31 static Cl::Kinds ClassifyConditional(ASTContext &Ctx,
34 static Cl::ModifiableType IsModifiable(ASTContext &Ctx, const Expr *E,
37 Cl Expr::ClassifyImpl(ASTContext &Ctx, SourceLocation *Loc) const {
102 static Cl::Kinds ClassifyInternal(ASTContext &Ctx, const Expr *E)
    [all...]
DeclCXX.cpp 15 #include "clang/AST/ASTContext.h"
33 AccessSpecDecl *AccessSpecDecl::CreateDeserialized(ASTContext &C, unsigned ID) {
83 CXXRecordDecl *CXXRecordDecl::Create(const ASTContext &C, TagKind TK,
98 CXXRecordDecl *CXXRecordDecl::CreateLambda(const ASTContext &C, DeclContext *DC,
111 CXXRecordDecl::CreateDeserialized(const ASTContext &C, unsigned ID) {
123 ASTContext &C = getASTContext();
653 ASTContext &Context = getASTContext();
    [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.h 75 clang::ASTContext &mCtx;
80 // and rsClearObject() in the current ASTContext.
89 static void GetRSRefCountingFunctions(clang::ASTContext &C);
101 clang::ASTContext &C,
105 explicit RSObjectRefCount(clang::ASTContext &C)
slang_rs_ast_replace.h 23 #include "clang/AST/ASTContext.h"
35 clang::ASTContext &C;
59 explicit RSASTReplace(clang::ASTContext &Con)
slang_rs_backend.h 34 class ASTContext;
74 virtual void HandleTranslationUnitPre(clang::ASTContext &C);
  /external/clang/include/clang/ARCMigrate/
ARCMT.h 18 class ASTContext;
107 virtual void start(ASTContext &Ctx) { }
  /external/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp 41 ASTContext &Ctx);
46 ASTContext &Ctx) {
ObjCMissingSuperCallChecker.cpp 77 void initializeSelectors(ASTContext &Ctx) const;
78 void fillSelectors(ASTContext &Ctx, ArrayRef<SelectorDescriptor> Sel,
103 void ObjCSuperCallChecker::fillSelectors(ASTContext &Ctx,
121 void ObjCSuperCallChecker::initializeSelectors(ASTContext &Ctx) const {
171 ASTContext &Ctx = BR.getContext();
CheckObjCInstMethSignature.cpp 17 #include "clang/AST/ASTContext.h"
30 ASTContext &C) {
42 BugReporter &BR, ASTContext &Ctx,
88 ASTContext &Ctx = BR.getContext();
  /external/clang/lib/ARCMigrate/
Transforms.h 160 bool canApplyWeak(ASTContext &Ctx, QualType type,
170 SourceLocation findLocationAfterSemi(SourceLocation loc, ASTContext &Ctx);
176 SourceLocation findSemiAfterLocation(SourceLocation loc, ASTContext &Ctx);
178 bool hasSideEffects(Expr *E, ASTContext &Ctx);
181 StringRef getNilString(ASTContext &Ctx);
  /external/clang/lib/CodeGen/
ModuleBuilder.cpp 16 #include "clang/AST/ASTContext.h"
32 ASTContext *Ctx;
55 virtual void Initialize(ASTContext &Context) {
97 virtual void HandleTranslationUnit(ASTContext &Ctx) {
  /external/clang/lib/Serialization/
GeneratePCH.cpp 17 #include "clang/AST/ASTContext.h"
40 void PCHGenerator::HandleTranslationUnit(ASTContext &Ctx) {
  /external/clang/tools/libclang/
CXComment.h 19 #include "clang/AST/ASTContext.h"
51 inline ASTContext &getASTContext(CXComment CXC) {

Completed in 4496 milliseconds

12 3 4 5 6 7 8 91011>>