Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp8605 Scope.addContextNote(UseLoc); in DefineDefaultedComparison()
13294 Scope.addContextNote(CurrentLocation); in DefineImplicitDefaultConstructor()
13431 Scope.addContextNote(CurrentLocation); in DefineInheritingConstructor()
13580 Scope.addContextNote(CurrentLocation); in DefineImplicitDestructor()
13615 Scope.addContextNote(CurrentLocation); in CheckCompleteDestructorVariant()
14281 Scope.addContextNote(CurrentLocation); in DefineImplicitCopyAssignment()
14657 Scope.addContextNote(CurrentLocation); in DefineImplicitMoveAssignment()
14951 Scope.addContextNote(CurrentLocation); in DefineImplicitCopyConstructor()
15085 Scope.addContextNote(CurrentLocation); in DefineImplicitMoveConstructor()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1058 void addContextNote(SourceLocation UseLoc) { in addContextNote() function