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.cpp2447 notePreviousDefinition(Old, New->getLocation()); in isIncompatibleTypedef()
2460 notePreviousDefinition(Old, New->getLocation()); in isIncompatibleTypedef()
2522 notePreviousDefinition(OldD, New->getLocation()); in MergeTypedefNameDecl()
2614 notePreviousDefinition(Old, New->getLocation()); in MergeTypedefNameDecl()
2635 notePreviousDefinition(Old, New->getLocation()); in MergeTypedefNameDecl()
2941 S.notePreviousDefinition(Def, VD->getLocation()); in checkNewAttributesAfterDef()
3567 notePreviousDefinition(OldD, New->getLocation()); in MergeFunctionDecl()
4493 notePreviousDefinition(Previous.getRepresentativeDecl(), in MergeVarDecl()
4698 void Sema::notePreviousDefinition(const NamedDecl *Old, SourceLocation New) { in notePreviousDefinition() function in Sema
4770 notePreviousDefinition(Old, New->getLocation()); in checkVarDeclRedefinition()
[all …]
H A DSemaTemplate.cpp8527 notePreviousDefinition(Old, NewDecl->getLocation()); in CheckConceptRedefinition()
8536 notePreviousDefinition(OldConcept, NewDecl->getLocation()); in CheckConceptRedefinition()
8544 notePreviousDefinition(OldConcept, NewDecl->getLocation()); in CheckConceptRedefinition()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4116 void notePreviousDefinition(const NamedDecl *Old, SourceLocation New);