OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRepAsDecl
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp
445
return cast<TagDecl>(
getRepAsDecl
())->isCompleteDefinition();
1438
return isDeclRep(tst) &&
getRepAsDecl
() != nullptr &&
SemaType.cpp
1563
TagDecl *D = dyn_cast_or_null<TagDecl>(DS.
getRepAsDecl
());
3307
OwnedTagDecl = cast<TagDecl>(D.getDeclSpec().
getRepAsDecl
());
5157
TagDecl *Tag = cast<TagDecl>(D.getDeclSpec().
getRepAsDecl
());
SemaDecl.cpp
4581
TagD = DS.
getRepAsDecl
();
13472
Decls.push_back(DS.
getRepAsDecl
());
13524
if (TagDecl *Tag = dyn_cast_or_null<TagDecl>(DS.
getRepAsDecl
())) {
15169
TagDecl *tagFromDeclSpec = cast<TagDecl>(D.getDeclSpec().
getRepAsDecl
());
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h
490
Decl *
getRepAsDecl
() const {
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp
58
*OwnedType = DS.isTypeSpecOwned() ? DS.
getRepAsDecl
() : nullptr;
2976
Diag(PP.getLocForEndOfToken(DS.
getRepAsDecl
()->getEndLoc()),
Completed in 44 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026