Searched refs:CurrentLocation (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 11009 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDefaultConstructor() 11014 Scope.addContextNote(CurrentLocation); in DefineImplicitDefaultConstructor() 11144 ResolveExceptionSpec(CurrentLocation, in DefineInheritingConstructor() 11149 Scope.addContextNote(CurrentLocation); in DefineInheritingConstructor() 11287 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDestructor() 11292 Scope.addContextNote(CurrentLocation); in DefineImplicitDestructor() 11943 ResolveExceptionSpec(CurrentLocation, in DefineImplicitCopyAssignment() 12317 ResolveExceptionSpec(CurrentLocation, in DefineImplicitMoveAssignment() 12600 ResolveExceptionSpec(CurrentLocation, in DefineImplicitCopyConstructor() 12730 ResolveExceptionSpec(CurrentLocation, in DefineImplicitMoveConstructor() [all …]
|
| H A D | SemaLambda.cpp | 1709 ExprResult Sema::BuildBlockForLambdaConversion(SourceLocation CurrentLocation, in BuildBlockForLambdaConversion() argument 1725 CurrentLocation, Src); in BuildBlockForLambdaConversion()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 4903 void DefineImplicitDefaultConstructor(SourceLocation CurrentLocation, 4916 void DefineImplicitDestructor(SourceLocation CurrentLocation, 4939 void DefineImplicitCopyConstructor(SourceLocation CurrentLocation, 4953 void DefineImplicitMoveConstructor(SourceLocation CurrentLocation, 4965 void DefineImplicitCopyAssignment(SourceLocation CurrentLocation, 4978 void DefineImplicitMoveAssignment(SourceLocation CurrentLocation, 5681 ExprResult BuildBlockForLambdaConversion(SourceLocation CurrentLocation,
|