Home
last modified time | relevance | path

Searched refs:CurrentLocation (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFStreamer.cpp155 MCSymbol *CurrentLocation = getContext().createTempSymbol(); in emitGOTToPCRelReloc() local
157 MCSymbolRefExpr::create(CurrentLocation, getContext()); in emitGOTToPCRelReloc()
169 emitLabel(CurrentLocation, Inst.getLoc()); in emitGOTToPCRelReloc()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp13097 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDefaultConstructor()
13102 Scope.addContextNote(CurrentLocation); in DefineImplicitDefaultConstructor()
13234 ResolveExceptionSpec(CurrentLocation, in DefineInheritingConstructor()
13239 Scope.addContextNote(CurrentLocation); in DefineInheritingConstructor()
13383 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDestructor()
13388 Scope.addContextNote(CurrentLocation); in DefineImplicitDestructor()
14084 ResolveExceptionSpec(CurrentLocation, in DefineImplicitCopyAssignment()
14463 ResolveExceptionSpec(CurrentLocation, in DefineImplicitMoveAssignment()
14750 ResolveExceptionSpec(CurrentLocation, in DefineImplicitCopyConstructor()
14884 ResolveExceptionSpec(CurrentLocation, in DefineImplicitMoveConstructor()
[all …]
H A DSemaLambda.cpp1960 ExprResult Sema::BuildBlockForLambdaConversion(SourceLocation CurrentLocation, in BuildBlockForLambdaConversion() argument
1976 CurrentLocation, Src); in BuildBlockForLambdaConversion()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5900 void DefineImplicitDefaultConstructor(SourceLocation CurrentLocation,
5913 void DefineImplicitDestructor(SourceLocation CurrentLocation,
5936 void DefineImplicitCopyConstructor(SourceLocation CurrentLocation,
5950 void DefineImplicitMoveConstructor(SourceLocation CurrentLocation,
5962 void DefineImplicitCopyAssignment(SourceLocation CurrentLocation,
5975 void DefineImplicitMoveAssignment(SourceLocation CurrentLocation,
6720 ExprResult BuildBlockForLambdaConversion(SourceLocation CurrentLocation,
7010 void CheckCompleteDestructorVariant(SourceLocation CurrentLocation,