Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp9154 Scope.addContextNote(UseLoc); in DefineDefaultedComparison()
14043 Scope.addContextNote(CurrentLocation); in DefineImplicitDefaultConstructor()
14181 Scope.addContextNote(CurrentLocation); in DefineInheritingConstructor()
14330 Scope.addContextNote(CurrentLocation); in DefineImplicitDestructor()
14365 Scope.addContextNote(CurrentLocation); in CheckCompleteDestructorVariant()
15030 Scope.addContextNote(CurrentLocation); in DefineImplicitCopyAssignment()
15425 Scope.addContextNote(CurrentLocation); in DefineImplicitMoveAssignment()
15736 Scope.addContextNote(CurrentLocation); in DefineImplicitCopyConstructor()
15872 Scope.addContextNote(CurrentLocation); in DefineImplicitMoveConstructor()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1102 void addContextNote(SourceLocation UseLoc) { in addContextNote() function