Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp72 CurrentLocation = new LVLocationSymbol(); in addLocation()
73 CurrentLocation->setParent(this); in addLocation()
74 CurrentLocation->setAttr(Attr); in addLocation()
76 CurrentLocation->setIsCallSite(); in addLocation()
77 CurrentLocation->addObject(LowPC, HighPC, SectionOffset, LocDescOffset); in addLocation()
78 Locations->push_back(CurrentLocation); in addLocation()
87 if (CurrentLocation) in addLocationOperands()
88 CurrentLocation->addObject(Opcode, Operand1, Operand2); in addLocationOperands()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFStreamer.cpp154 MCSymbol *CurrentLocation = getContext().createTempSymbol(); in emitGOTToPCRelReloc() local
156 MCSymbolRefExpr::create(CurrentLocation, getContext()); in emitGOTToPCRelReloc()
168 emitLabel(CurrentLocation, Inst.getLoc()); in emitGOTToPCRelReloc()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h50 LVLocation *CurrentLocation = nullptr; variable
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp13583 void Sema::DefineImplicitDefaultConstructor(SourceLocation CurrentLocation, in DefineImplicitDefaultConstructor() argument
13599 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDefaultConstructor()
13601 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitDefaultConstructor()
13604 Scope.addContextNote(CurrentLocation); in DefineImplicitDefaultConstructor()
13722 void Sema::DefineInheritingConstructor(SourceLocation CurrentLocation, in DefineInheritingConstructor() argument
13737 ResolveExceptionSpec(CurrentLocation, in DefineInheritingConstructor()
13739 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineInheritingConstructor()
13742 Scope.addContextNote(CurrentLocation); in DefineInheritingConstructor()
13754 InheritedConstructorInfo ICI(*this, CurrentLocation, Shadow); in DefineInheritingConstructor()
13774 MarkFunctionReferenced(CurrentLocation, BaseCtor.first); in DefineInheritingConstructor()
[all …]
H A DSemaLambda.cpp2009 ExprResult Sema::BuildBlockForLambdaConversion(SourceLocation CurrentLocation, in BuildBlockForLambdaConversion() argument
2024 CurrentLocation, Src); in BuildBlockForLambdaConversion()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h6399 void DefineImplicitDefaultConstructor(SourceLocation CurrentLocation,
6412 void DefineImplicitDestructor(SourceLocation CurrentLocation,
6435 void DefineImplicitCopyConstructor(SourceLocation CurrentLocation,
6449 void DefineImplicitMoveConstructor(SourceLocation CurrentLocation,
6461 void DefineImplicitCopyAssignment(SourceLocation CurrentLocation,
6474 void DefineImplicitMoveAssignment(SourceLocation CurrentLocation,
7230 ExprResult BuildBlockForLambdaConversion(SourceLocation CurrentLocation,
7624 void CheckCompleteDestructorVariant(SourceLocation CurrentLocation,