Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2260 notePreviousDefinition(Old, New->getLocation()); in isIncompatibleTypedef()
2273 notePreviousDefinition(Old, New->getLocation()); in isIncompatibleTypedef()
2432 notePreviousDefinition(Old, New->getLocation()); in MergeTypedefNameDecl()
2453 notePreviousDefinition(Old, New->getLocation()); in MergeTypedefNameDecl()
3359 notePreviousDefinition(Old, New->getLocation()); in MergeFunctionDecl()
4163 notePreviousDefinition(Old, New->getLocation()); in MergeVarDecl()
4172 notePreviousDefinition(Old, New->getLocation()); in MergeVarDecl()
4407 notePreviousDefinition(Old, New->getLocation()); in checkVarDeclRedefinition()
16128 notePreviousDefinition(Def, in ActOnTag()
16219 notePreviousDefinition(PrevDecl, NameLoc); in ActOnTag()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3385 void notePreviousDefinition(const NamedDecl *Old, SourceLocation New);