Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp8598 Scope.addContextNote(UseLoc); in DefineDefaultedComparison()
13102 Scope.addContextNote(CurrentLocation); in DefineImplicitDefaultConstructor()
13239 Scope.addContextNote(CurrentLocation); in DefineInheritingConstructor()
13388 Scope.addContextNote(CurrentLocation); in DefineImplicitDestructor()
13423 Scope.addContextNote(CurrentLocation); in CheckCompleteDestructorVariant()
14088 Scope.addContextNote(CurrentLocation); in DefineImplicitCopyAssignment()
14467 Scope.addContextNote(CurrentLocation); in DefineImplicitMoveAssignment()
14755 Scope.addContextNote(CurrentLocation); in DefineImplicitCopyConstructor()
14889 Scope.addContextNote(CurrentLocation); in DefineImplicitMoveConstructor()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1051 void addContextNote(SourceLocation UseLoc) { in addContextNote() function