/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
D | ExtractFunction.cpp | 499 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/ |
D | PPCELFStreamer.cpp | 155 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/ |
D | SemaDeclCXX.cpp | 9196 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 …]
|
D | SemaLambda.cpp | 1647 ExprResult Sema::BuildBlockForLambdaConversion(SourceLocation CurrentLocation, in BuildBlockForLambdaConversion() argument 1664 CurrentLocation, Src); in BuildBlockForLambdaConversion()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 13023 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 …]
|
D | SemaLambda.cpp | 1957 ExprResult Sema::BuildBlockForLambdaConversion(SourceLocation CurrentLocation, in BuildBlockForLambdaConversion() argument 1973 CurrentLocation, Src); in BuildBlockForLambdaConversion()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4486 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/ |
D | Sema.h | 5753 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,
|