Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp9050 Scope.addContextNote(UseLoc); in DefineDefaultedComparison()
13915 Scope.addContextNote(CurrentLocation); in DefineImplicitDefaultConstructor()
14055 Scope.addContextNote(CurrentLocation); in DefineInheritingConstructor()
14204 Scope.addContextNote(CurrentLocation); in DefineImplicitDestructor()
14239 Scope.addContextNote(CurrentLocation); in CheckCompleteDestructorVariant()
14904 Scope.addContextNote(CurrentLocation); in DefineImplicitCopyAssignment()
15301 Scope.addContextNote(CurrentLocation); in DefineImplicitMoveAssignment()
15615 Scope.addContextNote(CurrentLocation); in DefineImplicitCopyConstructor()
15754 Scope.addContextNote(CurrentLocation); in DefineImplicitMoveConstructor()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13092 void addContextNote(SourceLocation UseLoc) { in addContextNote() function