Home
last modified time | relevance | path

Searched refs:notePreviousDefinition (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2465 notePreviousDefinition(Old, New->getLocation()); in isIncompatibleTypedef()
2478 notePreviousDefinition(Old, New->getLocation()); in isIncompatibleTypedef()
2540 notePreviousDefinition(OldD, New->getLocation()); in MergeTypedefNameDecl()
2621 notePreviousDefinition(Old, New->getLocation()); in MergeTypedefNameDecl()
2642 notePreviousDefinition(Old, New->getLocation()); in MergeTypedefNameDecl()
2972 S.notePreviousDefinition(Def, VD->getLocation()); in checkNewAttributesAfterDef()
3636 notePreviousDefinition(OldD, New->getLocation()); in MergeFunctionDecl()
4587 notePreviousDefinition(Previous.getRepresentativeDecl(), in MergeVarDecl()
4804 void Sema::notePreviousDefinition(const NamedDecl *Old, SourceLocation New) { in notePreviousDefinition() function in Sema
4877 notePreviousDefinition(Old, New->getLocation()); in checkVarDeclRedefinition()
[all …]
H A DSemaTemplate.cpp9006 notePreviousDefinition(Old, NewDecl->getLocation()); in CheckConceptRedefinition()
9015 notePreviousDefinition(OldConcept, NewDecl->getLocation()); in CheckConceptRedefinition()
9023 notePreviousDefinition(OldConcept, NewDecl->getLocation()); in CheckConceptRedefinition()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4501 void notePreviousDefinition(const NamedDecl *Old, SourceLocation New);