Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFStreamer.cpp153 MCSymbol *CurrentLocation = getContext().createTempSymbol(); in emitGOTToPCRelReloc() local
155 MCSymbolRefExpr::create(CurrentLocation, getContext()); in emitGOTToPCRelReloc()
167 emitLabel(CurrentLocation, Inst.getLoc()); in emitGOTToPCRelReloc()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp583 CurrentLocation = ZoneRelative::Inside; in captureZoneInfo()
591 CurrentLocation = ZoneRelative::After; in captureZoneInfo()
598 if (CurrentLocation != ZoneRelative::Inside) in captureZoneInfo()
607 Info.createDeclInfo(D, CurrentLocation); in captureZoneInfo()
618 DeclInfo->markOccurence(CurrentLocation); in captureZoneInfo()
624 if (CurrentLocation == ZoneRelative::Inside) in captureZoneInfo()
632 if (CurrentLocation == ZoneRelative::Inside && in captureZoneInfo()
641 if (CurrentLocation == ZoneRelative::Inside && !CurNumberOfNestedLoops) in captureZoneInfo()
647 ZoneRelative CurrentLocation = ZoneRelative::Before; in captureZoneInfo() member in clang::clangd::__anonb5a792ef0111::captureZoneInfo::ExtractionZoneVisitor
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp13490 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDefaultConstructor()
13495 Scope.addContextNote(CurrentLocation); in DefineImplicitDefaultConstructor()
13628 ResolveExceptionSpec(CurrentLocation, in DefineInheritingConstructor()
13633 Scope.addContextNote(CurrentLocation); in DefineInheritingConstructor()
13777 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDestructor()
13782 Scope.addContextNote(CurrentLocation); in DefineImplicitDestructor()
14479 ResolveExceptionSpec(CurrentLocation, in DefineImplicitCopyAssignment()
14854 ResolveExceptionSpec(CurrentLocation, in DefineImplicitMoveAssignment()
15146 ResolveExceptionSpec(CurrentLocation, in DefineImplicitCopyConstructor()
15279 ResolveExceptionSpec(CurrentLocation, in DefineImplicitMoveConstructor()
[all …]
H A DSemaLambda.cpp1967 ExprResult Sema::BuildBlockForLambdaConversion(SourceLocation CurrentLocation, in BuildBlockForLambdaConversion() argument
1982 CurrentLocation, Src); in BuildBlockForLambdaConversion()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h6244 void DefineImplicitDefaultConstructor(SourceLocation CurrentLocation,
6257 void DefineImplicitDestructor(SourceLocation CurrentLocation,
6280 void DefineImplicitCopyConstructor(SourceLocation CurrentLocation,
6294 void DefineImplicitMoveConstructor(SourceLocation CurrentLocation,
6306 void DefineImplicitCopyAssignment(SourceLocation CurrentLocation,
6319 void DefineImplicitMoveAssignment(SourceLocation CurrentLocation,
7079 ExprResult BuildBlockForLambdaConversion(SourceLocation CurrentLocation,
7377 void CheckCompleteDestructorVariant(SourceLocation CurrentLocation,