Searched refs:TUDecl (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp67 TranslationUnitDecl *TUDecl; member in class:__anon17972::RewriteModernObjC
689 TUDecl = Context->getTranslationUnitDecl();
886 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
2353 SelGetUidFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2451 SuperConstructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2470 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2484 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2503 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2519 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2539 MsgSendFpretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
[all...]
H A DRewriteObjC.cpp67 TranslationUnitDecl *TUDecl; member in class:__anon17975::RewriteObjC
612 TUDecl = Context->getTranslationUnitDecl();
2238 SelGetUidFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2334 SuperConstructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2353 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2364 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
2375 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2394 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2407 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
2418 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
[all...]
/external/clang/include/clang/AST/
H A DASTContext.h378 TranslationUnitDecl *TUDecl; member in class:clang::ASTContext
767 TranslationUnitDecl *getTranslationUnitDecl() const { return TUDecl; }
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1666 DeclContext *TUDecl = Context.getTranslationUnitDecl(); local
1668 if (FindAllocationOverload(StartLoc, Range, NewName, AllocArgs, TUDecl,
1680 if (FindAllocationOverload(StartLoc, Range, NewName, AllocArgs, TUDecl,
H A DTreeTransform.h2645 TranslationUnitDecl *TUDecl = SemaRef.Context.getTranslationUnitDecl(); local
2646 DeclContext::lookup_result Lookup = TUDecl->lookup(DeclarationName(&Name));
/external/clang/lib/AST/
H A DASTContext.cpp754 TUDecl = TranslationUnitDecl::Create(*this);
4602 TUDecl->addDecl(ObjCSuperTypeDecl);

Completed in 937 milliseconds