Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h93 TranslationUnitDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
1101 VarDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
2076 FunctionDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
3319 TypedefNameDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
3483 TagDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
H A DDeclTemplate.h775 RedeclarableTemplateDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
H A DDeclBase.h964 virtual Decl *getMostRecentDeclImpl() { return this; } in getMostRecentDeclImpl() function
H A DDeclObjC.h1261 ObjCInterfaceDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
2114 ObjCProtocolDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
H A DDeclCXX.h3256 UsingShadowDecl *getMostRecentDeclImpl() override { in getMostRecentDeclImpl() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp2950 NamespaceDecl *NamespaceDecl::getMostRecentDeclImpl() { in getMostRecentDeclImpl() function in NamespaceDecl
2964 NamespaceAliasDecl *NamespaceAliasDecl::getMostRecentDeclImpl() { in getMostRecentDeclImpl() function in NamespaceAliasDecl
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp3369 Decl *ASTDeclReader::getMostRecentDeclImpl(Redeclarable<DeclT> *D) { in getMostRecentDeclImpl() function in ASTDeclReader
3373 Decl *ASTDeclReader::getMostRecentDeclImpl(...) { in getMostRecentDeclImpl() function in ASTDeclReader