OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRepAsDecl
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/Sema/
DeclSpec.cpp
331
return cast<TagDecl>(
getRepAsDecl
())->isCompleteDefinition();
[
all
...]
SemaType.cpp
888
TypeDecl *D = dyn_cast_or_null<TypeDecl>(DS.
getRepAsDecl
());
[
all
...]
SemaDecl.cpp
[
all
...]
/external/clang/include/clang/Sema/
DeclSpec.h
475
Decl *
getRepAsDecl
() const {
[
all
...]
/external/clang/lib/Parse/
ParseDecl.cpp
56
*OwnedType = DS.isTypeSpecOwned() ? DS.
getRepAsDecl
() : nullptr;
[
all
...]
Completed in 64 milliseconds