Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp2459 notePreviousDefinition(Old, New->getLocation()); in isIncompatibleTypedef()
2472 notePreviousDefinition(Old, New->getLocation()); in isIncompatibleTypedef()
2539 notePreviousDefinition(OldD, New->getLocation()); in MergeTypedefNameDecl()
2631 notePreviousDefinition(Old, New->getLocation()); in MergeTypedefNameDecl()
2652 notePreviousDefinition(Old, New->getLocation()); in MergeTypedefNameDecl()
2955 S.notePreviousDefinition(Def, VD->getLocation()); in checkNewAttributesAfterDef()
3573 notePreviousDefinition(OldD, New->getLocation()); in MergeFunctionDecl()
4748 notePreviousDefinition(Old, New->getLocation()); in checkVarDeclRedefinition()
16757 notePreviousDefinition(Def, in ActOnTag()
16848 notePreviousDefinition(PrevDecl, NameLoc); in ActOnTag()
[all …]
H A DSemaTemplate.cpp8736 notePreviousDefinition(Old, NewDecl->getLocation()); in CheckConceptRedefinition()
8745 notePreviousDefinition(OldConcept, NewDecl->getLocation()); in CheckConceptRedefinition()
8753 notePreviousDefinition(OldConcept, NewDecl->getLocation()); in CheckConceptRedefinition()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h3600 void notePreviousDefinition(const NamedDecl *Old, SourceLocation New);