OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TagD
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp
4574
Decl *
TagD
= nullptr;
4581
TagD
= DS.getRepAsDecl();
4583
if (!
TagD
) // We probably had an error
4589
if (isa<TagDecl>(
TagD
))
4590
Tag = cast<TagDecl>(
TagD
);
4591
else if (ClassTemplateDecl *CTD = dyn_cast<ClassTemplateDecl>(
TagD
))
4628
return
TagD
;
4636
if (
TagD
&& !Tag)
4724
(
TagD
&&
TagD
->isInvalidDecl())
[
all
...]
SemaDeclObjC.cpp
5079
void Sema::ActOnDefs(Scope *S, Decl *
TagD
, SourceLocation DeclStart,
5099
RecordDecl *Record = dyn_cast<RecordDecl>(
TagD
);
5114
else if (RecordDecl *Record = dyn_cast<RecordDecl>(
TagD
))
SemaTemplate.cpp
9824
Decl *
TagD
= ActOnTag(S, TagSpec, Sema::TUK_Reference,
9833
if (!
TagD
)
9836
TagDecl *Tag = cast<TagDecl>(
TagD
);
9887
return
TagD
;
9927
return
TagD
;
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
3021
void ActOnDefs(Scope *S, Decl *
TagD
, SourceLocation DeclStart,
3024
Decl *ActOnField(Scope *S, Decl *
TagD
, SourceLocation DeclStart,
3027
FieldDecl *HandleField(Scope *S, RecordDecl *
TagD
, SourceLocation DeclStart,
3031
MSPropertyDecl *HandleMSProperty(Scope *S, RecordDecl *
TagD
,
Completed in 83 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026