Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp2081 notePreviousDefinition(Old, New->getLocation()); in isIncompatibleTypedef()
2094 notePreviousDefinition(Old, New->getLocation()); in isIncompatibleTypedef()
2253 notePreviousDefinition(Old, New->getLocation()); in MergeTypedefNameDecl()
2274 notePreviousDefinition(Old, New->getLocation()); in MergeTypedefNameDecl()
3055 notePreviousDefinition(Old, New->getLocation()); in MergeFunctionDecl()
3845 notePreviousDefinition(Old, New->getLocation()); in MergeVarDecl()
3854 notePreviousDefinition(Old, New->getLocation()); in MergeVarDecl()
4090 notePreviousDefinition(Old, New->getLocation()); in checkVarDeclRedefinition()
14615 notePreviousDefinition(Def, in ActOnTag()
14706 notePreviousDefinition(PrevDecl, NameLoc); in ActOnTag()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2519 void notePreviousDefinition(const NamedDecl *Old, SourceLocation New);