Searched defs:getMostRecentDecl (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRedeclarable.h225 decl_type *getMostRecentDecl() { function in class:clang::Redeclarable
230 const decl_type *getMostRecentDecl() const { function in class:clang::Redeclarable
H A DDecl.h428 NamedDecl *getMostRecentDecl() { function in class:clang::NamedDecl
431 const NamedDecl *getMostRecentDecl() const { function in class:clang::NamedDecl
[all...]
H A DDeclTemplate.h1067 FunctionTemplateDecl *getMostRecentDecl() { function in class:clang::FunctionTemplateDecl
1072 const FunctionTemplateDecl *getMostRecentDecl() const { function in class:clang::FunctionTemplateDecl
1880 ClassTemplateSpecializationDecl *getMostRecentDecl() { function in class:clang::ClassTemplateSpecializationDecl
2116 ClassTemplatePartialSpecializationDecl *getMostRecentDecl() { function in class:clang::ClassTemplatePartialSpecializationDecl
2336 ClassTemplateDecl *getMostRecentDecl() { function in class:clang::ClassTemplateDecl
2340 const ClassTemplateDecl *getMostRecentDecl() const { function in class:clang::ClassTemplateDecl
2736 VarTemplateSpecializationDecl *getMostRecentDecl() { function in class:clang::VarTemplateSpecializationDecl
2961 VarTemplatePartialSpecializationDecl *getMostRecentDecl() { function in class:clang::VarTemplatePartialSpecializationDecl
3164 VarTemplateDecl *getMostRecentDecl() { function in class:clang::VarTemplateDecl
3168 const VarTemplateDecl *getMostRecentDecl() const { function in class:clang::VarTemplateDecl
[all...]
H A DDeclBase.h976 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); } function
980 const Decl *getMostRecentDecl() const { function
H A DDeclCXX.h509 CXXRecordDecl *getMostRecentDecl() { function in class:clang::CXXRecordDecl
514 const CXXRecordDecl *getMostRecentDecl() const { function in class:clang::CXXRecordDecl
2024 CXXMethodDecl *getMostRecentDecl() { function in class:clang::CXXMethodDecl
2028 const CXXMethodDecl *getMostRecentDecl() const { function in class:clang::CXXMethodDecl
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3501 Decl *ASTDeclReader::getMostRecentDecl(Decl *D) { function in class:ASTDeclReader

Completed in 268 milliseconds