Searched refs:notePreviousDefinition (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 2535 notePreviousDefinition(Old, New->getLocation()); in isIncompatibleTypedef() 2548 notePreviousDefinition(Old, New->getLocation()); in isIncompatibleTypedef() 2615 notePreviousDefinition(OldD, New->getLocation()); in MergeTypedefNameDecl() 2707 notePreviousDefinition(Old, New->getLocation()); in MergeTypedefNameDecl() 2728 notePreviousDefinition(Old, New->getLocation()); in MergeTypedefNameDecl() 3031 S.notePreviousDefinition(Def, VD->getLocation()); in checkNewAttributesAfterDef() 3649 notePreviousDefinition(OldD, New->getLocation()); in MergeFunctionDecl() 4545 notePreviousDefinition(Previous.getRepresentativeDecl(), in MergeVarDecl() 4748 void Sema::notePreviousDefinition(const NamedDecl *Old, SourceLocation New) { in notePreviousDefinition() function in Sema 4824 notePreviousDefinition(Old, New->getLocation()); in checkVarDeclRedefinition() [all …]
|
| H A D | SemaTemplate.cpp | 8991 notePreviousDefinition(Old, NewDecl->getLocation()); in CheckConceptRedefinition() 9000 notePreviousDefinition(OldConcept, NewDecl->getLocation()); in CheckConceptRedefinition() 9008 notePreviousDefinition(OldConcept, NewDecl->getLocation()); in CheckConceptRedefinition()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 3699 void notePreviousDefinition(const NamedDecl *Old, SourceLocation New);
|