Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp2208 notePreviousDefinition(Old, New->getLocation()); in isIncompatibleTypedef()
2221 notePreviousDefinition(Old, New->getLocation()); in isIncompatibleTypedef()
2288 notePreviousDefinition(OldD, New->getLocation()); in MergeTypedefNameDecl()
2380 notePreviousDefinition(Old, New->getLocation()); in MergeTypedefNameDecl()
2401 notePreviousDefinition(Old, New->getLocation()); in MergeTypedefNameDecl()
2695 S.notePreviousDefinition(Def, VD->getLocation()); in checkNewAttributesAfterDef()
3247 notePreviousDefinition(OldD, New->getLocation()); in MergeFunctionDecl()
3296 notePreviousDefinition(Old, New->getLocation()); in MergeFunctionDecl()
4066 notePreviousDefinition(Previous.getRepresentativeDecl(), in MergeVarDecl()
4100 notePreviousDefinition(Old, New->getLocation()); in MergeVarDecl()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h3348 void notePreviousDefinition(const NamedDecl *Old, SourceLocation New);