Searched defs:CurrentLocation (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCELFStreamer.cpp | 153 MCSymbol *CurrentLocation = getContext().createTempSymbol(); in emitGOTToPCRelReloc() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVSymbol.h | 50 LVLocation *CurrentLocation = nullptr; variable
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 13891 void Sema::DefineImplicitDefaultConstructor(SourceLocation CurrentLocation, in DefineImplicitDefaultConstructor() argument 14035 void Sema::DefineInheritingConstructor(SourceLocation CurrentLocation, in DefineInheritingConstructor() argument 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 D | SemaLambda.cpp | 2286 ExprResult Sema::BuildBlockForLambdaConversion(SourceLocation CurrentLocation, in BuildBlockForLambdaConversion()
|