Searched refs:CurrentLocation (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCELFStreamer.cpp | 155 MCSymbol *CurrentLocation = getContext().createTempSymbol(); in emitGOTToPCRelReloc() local 157 MCSymbolRefExpr::create(CurrentLocation, getContext()); in emitGOTToPCRelReloc() 169 emitLabel(CurrentLocation, Inst.getLoc()); in emitGOTToPCRelReloc()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 13289 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDefaultConstructor() 13294 Scope.addContextNote(CurrentLocation); in DefineImplicitDefaultConstructor() 13426 ResolveExceptionSpec(CurrentLocation, in DefineInheritingConstructor() 13431 Scope.addContextNote(CurrentLocation); in DefineInheritingConstructor() 13575 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDestructor() 13580 Scope.addContextNote(CurrentLocation); in DefineImplicitDestructor() 14277 ResolveExceptionSpec(CurrentLocation, in DefineImplicitCopyAssignment() 14653 ResolveExceptionSpec(CurrentLocation, in DefineImplicitMoveAssignment() 14946 ResolveExceptionSpec(CurrentLocation, in DefineImplicitCopyConstructor() 15080 ResolveExceptionSpec(CurrentLocation, in DefineImplicitMoveConstructor() [all …]
|
| H A D | SemaLambda.cpp | 1964 ExprResult Sema::BuildBlockForLambdaConversion(SourceLocation CurrentLocation, in BuildBlockForLambdaConversion() argument 1979 CurrentLocation, Src); in BuildBlockForLambdaConversion()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5961 void DefineImplicitDefaultConstructor(SourceLocation CurrentLocation, 5974 void DefineImplicitDestructor(SourceLocation CurrentLocation, 5997 void DefineImplicitCopyConstructor(SourceLocation CurrentLocation, 6011 void DefineImplicitMoveConstructor(SourceLocation CurrentLocation, 6023 void DefineImplicitCopyAssignment(SourceLocation CurrentLocation, 6036 void DefineImplicitMoveAssignment(SourceLocation CurrentLocation, 6790 ExprResult BuildBlockForLambdaConversion(SourceLocation CurrentLocation, 7080 void CheckCompleteDestructorVariant(SourceLocation CurrentLocation,
|