Searched defs:CurrentLocation (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCELFStreamer.cpp | 153 MCSymbol *CurrentLocation = getContext().createTempSymbol(); emitGOTToPCRelReloc() local
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVSymbol.h | 50 LVLocation *CurrentLocation = nullptr; variable
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | LexerUtils.cpp | 263 SourceLocation CurrentLocation = FuncDecl->getBeginLoc(); getLocationForNoexceptSpecifier() local
|
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
H A D | ExtractFunction.cpp | 655 ZoneRelative CurrentLocation = ZoneRelative::Before; captureZoneInfo() member in clang::clangd::__anon9fca11920111::captureZoneInfo::ExtractionZoneVisitor
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 14166 InheritedConstructorInfo ICI(*this, CurrentLocation, Shadow); in CheckCompleteDestructorVariant() argument 13832 DefineImplicitDefaultConstructor(SourceLocation CurrentLocation,CXXConstructorDecl * Constructor) DefineImplicitDefaultConstructor() argument 13976 DefineInheritingConstructor(SourceLocation CurrentLocation,CXXConstructorDecl * Constructor) DefineInheritingConstructor() argument 14124 DefineImplicitDestructor(SourceLocation CurrentLocation,CXXDestructorDecl * Destructor) DefineImplicitDestructor() argument 14820 DefineImplicitCopyAssignment(SourceLocation CurrentLocation,CXXMethodDecl * CopyAssignOperator) DefineImplicitCopyAssignment() argument 15126 checkMoveAssignmentForRepeatedMove(Sema & S,CXXRecordDecl * Class,SourceLocation CurrentLocation) checkMoveAssignmentForRepeatedMove() argument 15205 DefineImplicitMoveAssignment(SourceLocation CurrentLocation,CXXMethodDecl * MoveAssignOperator) DefineImplicitMoveAssignment() argument 15534 DefineImplicitCopyConstructor(SourceLocation CurrentLocation,CXXConstructorDecl * CopyConstructor) DefineImplicitCopyConstructor() argument 15673 DefineImplicitMoveConstructor(SourceLocation CurrentLocation,CXXConstructorDecl * MoveConstructor) DefineImplicitMoveConstructor() argument 15720 DefineImplicitLambdaToFunctionPointerConversion(SourceLocation CurrentLocation,CXXConversionDecl * Conv) DefineImplicitLambdaToFunctionPointerConversion() argument 15789 DefineImplicitLambdaToBlockPointerConversion(SourceLocation CurrentLocation,CXXConversionDecl * Conv) DefineImplicitLambdaToBlockPointerConversion() argument [all...] |
H A D | SemaLambda.cpp | 2285 BuildBlockForLambdaConversion(SourceLocation CurrentLocation,SourceLocation ConvLocation,CXXConversionDecl * Conv,Expr * Src) BuildBlockForLambdaConversion() argument
|