Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp11014 Scope.addContextNote(CurrentLocation); in DefineImplicitDefaultConstructor()
11149 Scope.addContextNote(CurrentLocation); in DefineInheritingConstructor()
11292 Scope.addContextNote(CurrentLocation); in DefineImplicitDestructor()
11947 Scope.addContextNote(CurrentLocation); in DefineImplicitCopyAssignment()
12321 Scope.addContextNote(CurrentLocation); in DefineImplicitMoveAssignment()
12605 Scope.addContextNote(CurrentLocation); in DefineImplicitCopyConstructor()
12735 Scope.addContextNote(CurrentLocation); in DefineImplicitMoveConstructor()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h779 void addContextNote(SourceLocation UseLoc) { in addContextNote() function