OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getMostRecentDeclImpl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h
922
virtual Decl *
getMostRecentDeclImpl
() { return this; }
999
Decl *getMostRecentDecl() { return
getMostRecentDeclImpl
(); }
1004
return const_cast<Decl *>(this)->
getMostRecentDeclImpl
();
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp
280
static Decl *
getMostRecentDeclImpl
(Redeclarable<DeclT> *D);
281
static Decl *
getMostRecentDeclImpl
(...);
3513
Decl *ASTDeclReader::
getMostRecentDeclImpl
(Redeclarable<DeclT> *D) {
3517
Decl *ASTDeclReader::
getMostRecentDeclImpl
(...) {
3528
return
getMostRecentDeclImpl
(cast<TYPE##Decl>(D));
Completed in 18 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026