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

/external/clang/tools/libclang/
H A DIndexing.cpp481 TranslationUnitDecl *TUDecl = Unit.getASTContext().getTranslationUnitDecl(); local
483 I = TUDecl->decls_begin(), E = TUDecl->decls_end(); I != E; ++I) {
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp65 TranslationUnitDecl *TUDecl; member in class:__anon149::RewriteModernObjC
624 TUDecl = Context->getTranslationUnitDecl();
816 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
2277 SelGetUidFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2376 SuperContructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2397 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2413 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2434 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2452 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2473 MsgSendFpretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
[all...]
H A DRewriteObjC.cpp65 TranslationUnitDecl *TUDecl; member in class:__anon152::RewriteObjC
604 TUDecl = Context->getTranslationUnitDecl();
2266 SelGetUidFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2363 SuperContructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2384 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2396 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
2408 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2429 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2443 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
2455 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
[all...]
/external/clang/include/clang/AST/
H A DASTContext.h355 TranslationUnitDecl *TUDecl; member in class:clang::ASTContext
671 TranslationUnitDecl *getTranslationUnitDecl() const { return TUDecl; }
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1544 DeclContext *TUDecl = Context.getTranslationUnitDecl(); local
1546 AllocArgs.size(), TUDecl, /*AllowMissing=*/false,
2025 DeclContext *TUDecl = Context.getTranslationUnitDecl(); local
2031 DeallocArgs, 1, TUDecl, !Diagnose,
2221 DeclContext *TUDecl = Context.getTranslationUnitDecl(); local
2227 &Arg, 1, TUDecl, /*AllowMissing=*/false,
H A DTreeTransform.h2410 TranslationUnitDecl *TUDecl = SemaRef.Context.getTranslationUnitDecl(); local
2411 DeclContext::lookup_result Lookup = TUDecl->lookup(DeclarationName(&Name));
/external/clang/lib/AST/
H A DASTContext.cpp581 TUDecl = TranslationUnitDecl::Create(*this);
4155 CreateRecordDecl(*this, TTK_Struct, TUDecl,
4201 T = CreateRecordDecl(*this, TTK_Struct, TUDecl,
4240 T = CreateRecordDecl(*this, TTK_Struct, TUDecl,
4309 T = CreateRecordDecl(*this, TTK_Struct, TUDecl, &Idents.get(Name.str()));

Completed in 192 milliseconds