Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp8868 Scope.addContextNote(UseLoc); in DefineDefaultedComparison()
13604 Scope.addContextNote(CurrentLocation); in DefineImplicitDefaultConstructor()
13742 Scope.addContextNote(CurrentLocation); in DefineInheritingConstructor()
13891 Scope.addContextNote(CurrentLocation); in DefineImplicitDestructor()
13926 Scope.addContextNote(CurrentLocation); in CheckCompleteDestructorVariant()
14590 Scope.addContextNote(CurrentLocation); in DefineImplicitCopyAssignment()
14974 Scope.addContextNote(CurrentLocation); in DefineImplicitMoveAssignment()
15268 Scope.addContextNote(CurrentLocation); in DefineImplicitCopyConstructor()
15403 Scope.addContextNote(CurrentLocation); in DefineImplicitMoveConstructor()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h1066 void addContextNote(SourceLocation UseLoc) { in addContextNote() function