OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPreviousDeclImpl
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/AST/
DeclBase.h
765
virtual Decl *
getPreviousDeclImpl
() { return nullptr; }
829
Decl *getPreviousDecl() { return
getPreviousDeclImpl
(); }
834
return const_cast<Decl *>(this)->
getPreviousDeclImpl
();
[
all
...]
Decl.h
422
NamespaceDecl *
getPreviousDeclImpl
() override;
846
VarDecl *
getPreviousDeclImpl
() override {
[
all
...]
DeclCXX.h
[
all
...]
DeclObjC.h
[
all
...]
DeclTemplate.h
631
RedeclarableTemplateDecl *
getPreviousDeclImpl
() override {
[
all
...]
/external/clang/lib/AST/
DeclCXX.cpp
[
all
...]
Completed in 101 milliseconds