HomeSort by relevance Sort by last modified time
    Searched refs:getMostRecentDeclaration (Results 1 - 8 of 8) sorted by null

  /external/clang/include/clang/AST/
Redeclarable.h 101 decl_type *getMostRecentDeclaration() {
106 const decl_type *getMostRecentDeclaration() const {
DeclTemplate.h 502 static DeclType *getMostRecentDeclaration(EntryType *D) {
503 return D->getMostRecentDeclaration();
525 return SETraits::getMostRecentDeclaration(&*SetIter);
623 RedeclarableTemplateDecl *getMostRecentDeclaration() {
629 const RedeclarableTemplateDecl *getMostRecentDeclaration() const {
631 const_cast<RedeclarableTemplateDecl*>(this)->getMostRecentDeclaration();
760 getMostRecentDeclaration(FunctionTemplateSpecializationInfo *I) {
761 return I->Function->getMostRecentDeclaration();
    [all...]
Decl.h     [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 163 return Entry ? SETraits::getMostRecentDeclaration(Entry) : 0;
360 PS[P->getSequenceNumber()] = P->getMostRecentDeclaration();
373 return P->getMostRecentDeclaration();
388 return P->getMostRecentDeclaration();
    [all...]
Decl.cpp 686 return getVisibilityOf(var->getMostRecentDeclaration());
692 = getVisibilityOf(fn->getMostRecentDeclaration()))
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 306 DeclToCheck = FD->getMostRecentDeclaration();
320 DeclToCheck = VD->getMostRecentDeclaration();
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [all...]

Completed in 316 milliseconds