Home
last modified time | relevance | path

Searched defs:getMostRecentDeclImpl (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h95 TranslationUnitDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
1126 VarDecl *getMostRecentDeclImpl() override { getMostRecentDeclImpl() function
2116 FunctionDecl *getMostRecentDeclImpl() override { getMostRecentDeclImpl() function
3422 TypedefNameDecl *getMostRecentDeclImpl() override { getMostRecentDeclImpl() function
3586 TagDecl *getMostRecentDeclImpl() override { getMostRecentDeclImpl() function
H A DDeclTemplate.h747 RedeclarableTemplateDecl *getMostRecentDeclImpl() override { getMostRecentDeclImpl() function
H A DDeclBase.h999 virtual Decl *getMostRecentDeclImpl() { return this; } getMostRecentDeclImpl() function
H A DDeclObjC.h1269 ObjCInterfaceDecl *getMostRecentDeclImpl() override { getMostRecentDeclImpl() function
2125 ObjCProtocolDecl *getMostRecentDeclImpl() override { getMostRecentDeclImpl() function
H A DDeclCXX.h3335 UsingShadowDecl *getMostRecentDeclImpl() override { getMostRecentDeclImpl() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3004 NamespaceDecl *NamespaceDecl::getMostRecentDeclImpl() { getMostRecentDeclImpl() function in NamespaceDecl
3018 NamespaceAliasDecl *NamespaceAliasDecl::getMostRecentDeclImpl() { getMostRecentDeclImpl() function in NamespaceAliasDecl
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3537 Decl *ASTDeclReader::getMostRecentDeclImpl(Redeclarable<DeclT> *D) { getMostRecentDeclImpl() function in ASTDeclReader
3541 Decl *ASTDeclReader::getMostRecentDeclImpl(...) { getMostRecentDeclImpl() function in ASTDeclReader