Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DExtractFunction.cpp499 CurrentLocation = ZoneRelative::Inside; in captureZoneInfo()
507 CurrentLocation = ZoneRelative::After; in captureZoneInfo()
514 if (CurrentLocation != ZoneRelative::Inside) in captureZoneInfo()
523 Info.createDeclInfo(D, CurrentLocation); in captureZoneInfo()
534 DeclInfo->markOccurence(CurrentLocation); in captureZoneInfo()
540 if (CurrentLocation == ZoneRelative::Inside) in captureZoneInfo()
548 if (CurrentLocation == ZoneRelative::Inside && in captureZoneInfo()
557 if (CurrentLocation == ZoneRelative::Inside && !CurNumberOfNestedLoops) in captureZoneInfo()
563 ZoneRelative CurrentLocation = ZoneRelative::Before; in captureZoneInfo() member in clang::clangd::__anon82736eaf0111::captureZoneInfo::ExtractionZoneVisitor
/external/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCELFStreamer.cpp155 MCSymbol *CurrentLocation = getContext().createTempSymbol(); in emitGOTToPCRelReloc() local
157 MCSymbolRefExpr::create(CurrentLocation, getContext()); in emitGOTToPCRelReloc()
169 emitLabel(CurrentLocation, Inst.getLoc()); in emitGOTToPCRelReloc()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp9196 void Sema::DefineImplicitDefaultConstructor(SourceLocation CurrentLocation, in DefineImplicitDefaultConstructor() argument
9210 Diag(CurrentLocation, diag::note_member_synthesized_at) in DefineImplicitDefaultConstructor()
9218 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDefaultConstructor()
9227 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitDefaultConstructor()
9331 void Sema::DefineInheritingConstructor(SourceLocation CurrentLocation, in DefineInheritingConstructor() argument
9350 InheritedConstructorInfo ICI(*this, CurrentLocation, Shadow); in DefineInheritingConstructor()
9375 MarkFunctionReferenced(CurrentLocation, BaseCtor.first); in DefineInheritingConstructor()
9391 Diag(CurrentLocation, diag::note_inhctor_synthesized_at) << RD; in DefineInheritingConstructor()
9398 ResolveExceptionSpec(CurrentLocation, in DefineInheritingConstructor()
9404 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineInheritingConstructor()
[all …]
DSemaLambda.cpp1647 ExprResult Sema::BuildBlockForLambdaConversion(SourceLocation CurrentLocation, in BuildBlockForLambdaConversion() argument
1664 CurrentLocation, Src); in BuildBlockForLambdaConversion()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp13023 void Sema::DefineImplicitDefaultConstructor(SourceLocation CurrentLocation, in DefineImplicitDefaultConstructor() argument
13039 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDefaultConstructor()
13041 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineImplicitDefaultConstructor()
13044 Scope.addContextNote(CurrentLocation); in DefineImplicitDefaultConstructor()
13161 void Sema::DefineInheritingConstructor(SourceLocation CurrentLocation, in DefineInheritingConstructor() argument
13176 ResolveExceptionSpec(CurrentLocation, in DefineInheritingConstructor()
13178 MarkVTableUsed(CurrentLocation, ClassDecl); in DefineInheritingConstructor()
13181 Scope.addContextNote(CurrentLocation); in DefineInheritingConstructor()
13193 InheritedConstructorInfo ICI(*this, CurrentLocation, Shadow); in DefineInheritingConstructor()
13213 MarkFunctionReferenced(CurrentLocation, BaseCtor.first); in DefineInheritingConstructor()
[all …]
DSemaLambda.cpp1957 ExprResult Sema::BuildBlockForLambdaConversion(SourceLocation CurrentLocation, in BuildBlockForLambdaConversion() argument
1973 CurrentLocation, Src); in BuildBlockForLambdaConversion()
/external/clang/include/clang/Sema/
DSema.h4486 void DefineImplicitDefaultConstructor(SourceLocation CurrentLocation,
4499 void DefineImplicitDestructor(SourceLocation CurrentLocation,
4523 void DefineImplicitCopyConstructor(SourceLocation CurrentLocation,
4537 void DefineImplicitMoveConstructor(SourceLocation CurrentLocation,
4549 void DefineImplicitCopyAssignment(SourceLocation CurrentLocation,
4562 void DefineImplicitMoveAssignment(SourceLocation CurrentLocation,
5201 ExprResult BuildBlockForLambdaConversion(SourceLocation CurrentLocation,
/external/llvm-project/clang/include/clang/Sema/
DSema.h5753 void DefineImplicitDefaultConstructor(SourceLocation CurrentLocation,
5766 void DefineImplicitDestructor(SourceLocation CurrentLocation,
5789 void DefineImplicitCopyConstructor(SourceLocation CurrentLocation,
5803 void DefineImplicitMoveConstructor(SourceLocation CurrentLocation,
5815 void DefineImplicitCopyAssignment(SourceLocation CurrentLocation,
5828 void DefineImplicitMoveAssignment(SourceLocation CurrentLocation,
6573 ExprResult BuildBlockForLambdaConversion(SourceLocation CurrentLocation,
6863 void CheckCompleteDestructorVariant(SourceLocation CurrentLocation,