OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TUDecl
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCUDANV.cpp
334
TranslationUnitDecl *
TUDecl
= CGM.getContext().getTranslationUnitDecl();
335
DeclContext *DC = TranslationUnitDecl::castToDeclContext(
TUDecl
);
CGBlocks.cpp
2882
TranslationUnitDecl *
TUDecl
= CGM.getContext().getTranslationUnitDecl();
2883
DeclContext *DC = TranslationUnitDecl::castToDeclContext(
TUDecl
);
CGObjCGNU.cpp
1231
TranslationUnitDecl *
TUDecl
= CGM.getContext().getTranslationUnitDecl();
1232
DeclContext *DC = TranslationUnitDecl::castToDeclContext(
TUDecl
);
2318
TranslationUnitDecl *
TUDecl
= CGM.getContext().getTranslationUnitDecl();
2319
DeclContext *DC = TranslationUnitDecl::castToDeclContext(
TUDecl
);
CodeGenModule.cpp
3690
TranslationUnitDecl *
TUDecl
= C.getTranslationUnitDecl();
3691
DeclContext *DC = TranslationUnitDecl::castToDeclContext(
TUDecl
);
5087
TranslationUnitDecl *
TUDecl
= Context.getTranslationUnitDecl();
5088
DeclContext *DC = TranslationUnitDecl::castToDeclContext(
TUDecl
);
CGObjCMac.cpp
6521
TranslationUnitDecl *
TUDecl
= CGM.getContext().getTranslationUnitDecl();
6522
DeclContext *DC = TranslationUnitDecl::castToDeclContext(
TUDecl
);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
558
TranslationUnitDecl *
TUDecl
;
994
TranslationUnitDecl *getTranslationUnitDecl() const { return
TUDecl
; }
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
69
TranslationUnitDecl *
TUDecl
;
675
TUDecl
= Context->getTranslationUnitDecl();
867
RecordDecl::Create(*Context, TTK_Struct,
TUDecl
, SourceLocation(),
2321
SelGetUidFunctionDecl = FunctionDecl::Create(*Context,
TUDecl
,
2419
SuperConstructorFunctionDecl = FunctionDecl::Create(*Context,
TUDecl
,
2438
MsgSendFunctionDecl = FunctionDecl::Create(*Context,
TUDecl
,
2452
MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context,
TUDecl
,
2471
MsgSendStretFunctionDecl = FunctionDecl::Create(*Context,
TUDecl
,
2487
MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context,
TUDecl
,
2507
MsgSendFpretFunctionDecl = FunctionDecl::Create(*Context,
TUDecl
,
[
all
...]
RewriteObjC.cpp
68
TranslationUnitDecl *
TUDecl
;
604
TUDecl
= Context->getTranslationUnitDecl();
2235
SelGetUidFunctionDecl = FunctionDecl::Create(*Context,
TUDecl
,
2330
SuperConstructorFunctionDecl = FunctionDecl::Create(*Context,
TUDecl
,
2349
MsgSendFunctionDecl = FunctionDecl::Create(*Context,
TUDecl
,
2360
RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct,
TUDecl
,
2371
MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context,
TUDecl
,
2390
MsgSendStretFunctionDecl = FunctionDecl::Create(*Context,
TUDecl
,
2403
RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct,
TUDecl
,
2414
MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context,
TUDecl
,
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h
3587
TranslationUnitDecl *
TUDecl
= SemaRef.Context.getTranslationUnitDecl();
3588
DeclContext::lookup_result Lookup =
TUDecl
->lookup(DeclarationName(&Name));
Completed in 99 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026