Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp8519 Scope.addContextNote(UseLoc); in DefineDefaultedComparison()
13044 Scope.addContextNote(CurrentLocation); in DefineImplicitDefaultConstructor()
13181 Scope.addContextNote(CurrentLocation); in DefineInheritingConstructor()
13330 Scope.addContextNote(CurrentLocation); in DefineImplicitDestructor()
13365 Scope.addContextNote(CurrentLocation); in CheckCompleteDestructorVariant()
14022 Scope.addContextNote(CurrentLocation); in DefineImplicitCopyAssignment()
14401 Scope.addContextNote(CurrentLocation); in DefineImplicitMoveAssignment()
14689 Scope.addContextNote(CurrentLocation); in DefineImplicitCopyConstructor()
14823 Scope.addContextNote(CurrentLocation); in DefineImplicitMoveConstructor()
/external/llvm-project/clang/include/clang/Sema/
DSema.h943 void addContextNote(SourceLocation UseLoc) { in addContextNote() function