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

/netbsd-current/external/apache2/llvm/dist/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.h447 NamedDecl *getMostRecentDecl() { function in class:clang::NamedDecl
450 const NamedDecl *getMostRecentDecl() const { function in class:clang::NamedDecl
[all...]
H A DDeclTemplate.h1064 FunctionTemplateDecl *getMostRecentDecl() { function in class:clang::FunctionTemplateDecl
1069 const FunctionTemplateDecl *getMostRecentDecl() const { function in class:clang::FunctionTemplateDecl
1877 ClassTemplateSpecializationDecl *getMostRecentDecl() { function in class:clang::ClassTemplateSpecializationDecl
2121 ClassTemplatePartialSpecializationDecl *getMostRecentDecl() { function in class:clang::ClassTemplatePartialSpecializationDecl
2341 ClassTemplateDecl *getMostRecentDecl() { function in class:clang::ClassTemplateDecl
2345 const ClassTemplateDecl *getMostRecentDecl() const { function in class:clang::ClassTemplateDecl
2741 VarTemplateSpecializationDecl *getMostRecentDecl() { function in class:clang::VarTemplateSpecializationDecl
2966 VarTemplatePartialSpecializationDecl *getMostRecentDecl() { function in class:clang::VarTemplatePartialSpecializationDecl
3169 VarTemplateDecl *getMostRecentDecl() { function in class:clang::VarTemplateDecl
3173 const VarTemplateDecl *getMostRecentDecl() const { function in class:clang::VarTemplateDecl
[all...]
H A DDeclBase.h999 Decl *getMostRecentDecl() { return getMostRecentDeclImpl(); } function
1003 const Decl *getMostRecentDecl() const { function
H A DDeclCXX.h510 CXXRecordDecl *getMostRecentDecl() { function in class:clang::CXXRecordDecl
515 const CXXRecordDecl *getMostRecentDecl() const { function in class:clang::CXXRecordDecl
2039 CXXMethodDecl *getMostRecentDecl() { function in class:clang::CXXMethodDecl
2043 const CXXMethodDecl *getMostRecentDecl() const { function in class:clang::CXXMethodDecl
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp3521 Decl *ASTDeclReader::getMostRecentDecl(Decl *D) { function in class:ASTDeclReader

Completed in 288 milliseconds