Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp8782 Scope.addContextNote(UseLoc); in DefineDefaultedComparison()
13495 Scope.addContextNote(CurrentLocation); in DefineImplicitDefaultConstructor()
13633 Scope.addContextNote(CurrentLocation); in DefineInheritingConstructor()
13782 Scope.addContextNote(CurrentLocation); in DefineImplicitDestructor()
13817 Scope.addContextNote(CurrentLocation); in CheckCompleteDestructorVariant()
14483 Scope.addContextNote(CurrentLocation); in DefineImplicitCopyAssignment()
14858 Scope.addContextNote(CurrentLocation); in DefineImplicitMoveAssignment()
15151 Scope.addContextNote(CurrentLocation); in DefineImplicitCopyConstructor()
15284 Scope.addContextNote(CurrentLocation); in DefineImplicitMoveConstructor()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h1065 void addContextNote(SourceLocation UseLoc) { in addContextNote() function