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.cpp9229 Scope.addContextNote(UseLoc); in DefineDefaultedComparison()
14206 Scope.addContextNote(CurrentLocation); in DefineImplicitDefaultConstructor()
14346 Scope.addContextNote(CurrentLocation); in DefineInheritingConstructor()
14495 Scope.addContextNote(CurrentLocation); in DefineImplicitDestructor()
14530 Scope.addContextNote(CurrentLocation); in CheckCompleteDestructorVariant()
15193 Scope.addContextNote(CurrentLocation); in DefineImplicitCopyAssignment()
15590 Scope.addContextNote(CurrentLocation); in DefineImplicitMoveAssignment()
15906 Scope.addContextNote(CurrentLocation); in DefineImplicitCopyConstructor()
16044 Scope.addContextNote(CurrentLocation); in DefineImplicitMoveConstructor()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13360 void addContextNote(SourceLocation UseLoc) { in addContextNote() function