Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2587 notePreviousDefinition(Old, New->getLocation()); in isIncompatibleTypedef()
2600 notePreviousDefinition(Old, New->getLocation()); in isIncompatibleTypedef()
2667 notePreviousDefinition(OldD, New->getLocation()); in MergeTypedefNameDecl()
2759 notePreviousDefinition(Old, New->getLocation()); in MergeTypedefNameDecl()
2780 notePreviousDefinition(Old, New->getLocation()); in MergeTypedefNameDecl()
3083 S.notePreviousDefinition(Def, VD->getLocation()); in checkNewAttributesAfterDef()
3721 notePreviousDefinition(OldD, New->getLocation()); in MergeFunctionDecl()
4904 notePreviousDefinition(Old, New->getLocation()); in checkVarDeclRedefinition()
17824 notePreviousDefinition(Def, in ActOnTag()
17915 notePreviousDefinition(PrevDecl, NameLoc); in ActOnTag()
[all …]
H A DSemaTemplate.cpp9290 notePreviousDefinition(Old, NewDecl->getLocation()); in CheckConceptRedefinition()
9299 notePreviousDefinition(OldConcept, NewDecl->getLocation()); in CheckConceptRedefinition()
9307 notePreviousDefinition(OldConcept, NewDecl->getLocation()); in CheckConceptRedefinition()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3770 void notePreviousDefinition(const NamedDecl *Old, SourceLocation New);