Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp72 CurrentLocation = getReader().createLocationSymbol(); 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, Operands); in addLocationOperands()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h50 LVLocation *CurrentLocation = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp13891 void Sema::DefineImplicitDefaultConstructor(SourceLocation CurrentLocation, in DefineImplicitDefaultConstructor() argument
13910 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDefaultConstructor()
13912 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitDefaultConstructor()
13915 Scope.addContextNote(CurrentLocation); in DefineImplicitDefaultConstructor()
14035 void Sema::DefineInheritingConstructor(SourceLocation CurrentLocation, in DefineInheritingConstructor() argument
14050 ResolveExceptionSpec(CurrentLocation, in DefineInheritingConstructor()
14052 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineInheritingConstructor()
14055 Scope.addContextNote(CurrentLocation); in DefineInheritingConstructor()
14067 InheritedConstructorInfo ICI(*this, CurrentLocation, Shadow); in DefineInheritingConstructor()
14087 MarkFunctionReferenced(CurrentLocation, BaseCto in DefineInheritingConstructor()
14183 DefineImplicitDestructor(SourceLocation CurrentLocation,CXXDestructorDecl * Destructor) DefineImplicitDestructor() argument
14225 CheckCompleteDestructorVariant(SourceLocation CurrentLocation,CXXDestructorDecl * Destructor) CheckCompleteDestructorVariant() argument
14879 DefineImplicitCopyAssignment(SourceLocation CurrentLocation,CXXMethodDecl * CopyAssignOperator) DefineImplicitCopyAssignment() argument
15185 checkMoveAssignmentForRepeatedMove(Sema & S,CXXRecordDecl * Class,SourceLocation CurrentLocation) checkMoveAssignmentForRepeatedMove() argument
15264 DefineImplicitMoveAssignment(SourceLocation CurrentLocation,CXXMethodDecl * MoveAssignOperator) DefineImplicitMoveAssignment() argument
15593 DefineImplicitCopyConstructor(SourceLocation CurrentLocation,CXXConstructorDecl * CopyConstructor) DefineImplicitCopyConstructor() argument
15732 DefineImplicitMoveConstructor(SourceLocation CurrentLocation,CXXConstructorDecl * MoveConstructor) DefineImplicitMoveConstructor() argument
15779 DefineImplicitLambdaToFunctionPointerConversion(SourceLocation CurrentLocation,CXXConversionDecl * Conv) DefineImplicitLambdaToFunctionPointerConversion() argument
15848 DefineImplicitLambdaToBlockPointerConversion(SourceLocation CurrentLocation,CXXConversionDecl * Conv) DefineImplicitLambdaToBlockPointerConversion() argument
[all...]
H A DSemaLambda.cpp2286 ExprResult Sema::BuildBlockForLambdaConversion(SourceLocation CurrentLocation, in BuildBlockForLambdaConversion() argument
2301 CurrentLocation, Src); in BuildBlockForLambdaConversion()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5100 void DefineImplicitDefaultConstructor(SourceLocation CurrentLocation,
5113 void DefineImplicitDestructor(SourceLocation CurrentLocation,
5136 void DefineImplicitCopyConstructor(SourceLocation CurrentLocation,
5150 void DefineImplicitMoveConstructor(SourceLocation CurrentLocation,
5162 void DefineImplicitCopyAssignment(SourceLocation CurrentLocation,
5175 void DefineImplicitMoveAssignment(SourceLocation CurrentLocation,
5382 void CheckCompleteDestructorVariant(SourceLocation CurrentLocation,
8872 ExprResult BuildBlockForLambdaConversion(SourceLocation CurrentLocation,