Home
last modified time | relevance | path

Searched refs:BodyRange (Results 1 – 25 of 45) sorted by relevance

12

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp111 SourceRange BodyRange = BodyCtx.getTopStmt()->getSourceRange(); in ProtectedScopeFixer() local
121 isInRange(I->getLocation(), BodyRange)) { in ProtectedScopeFixer()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp110 SourceRange BodyRange = BodyCtx.getTopStmt()->getSourceRange(); in ProtectedScopeFixer() local
120 isInRange(I->getLocation(), BodyRange)) { in ProtectedScopeFixer()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp111 SourceRange BodyRange = BodyCtx.getTopStmt()->getSourceRange(); in ProtectedScopeFixer() local
121 isInRange(I->getLocation(), BodyRange)) { in ProtectedScopeFixer()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp111 SourceRange BodyRange = BodyCtx.getTopStmt()->getSourceRange(); in ProtectedScopeFixer() local
121 isInRange(I->getLocation(), BodyRange)) { in ProtectedScopeFixer()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp111 SourceRange BodyRange = BodyCtx.getTopStmt()->getSourceRange(); in ProtectedScopeFixer() local
121 isInRange(I->getLocation(), BodyRange)) { in ProtectedScopeFixer()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp110 SourceRange BodyRange = BodyCtx.getTopStmt()->getSourceRange(); in ProtectedScopeFixer() local
120 isInRange(I->getLocation(), BodyRange)) { in ProtectedScopeFixer()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp111 SourceRange BodyRange = BodyCtx.getTopStmt()->getSourceRange(); in ProtectedScopeFixer() local
121 isInRange(I->getLocation(), BodyRange)) { in ProtectedScopeFixer()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp111 SourceRange BodyRange = BodyCtx.getTopStmt()->getSourceRange(); in ProtectedScopeFixer() local
121 isInRange(I->getLocation(), BodyRange)) { in ProtectedScopeFixer()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp110 SourceRange BodyRange = BodyCtx.getTopStmt()->getSourceRange(); in ProtectedScopeFixer() local
120 isInRange(I->getLocation(), BodyRange)) { in ProtectedScopeFixer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp111 SourceRange BodyRange = BodyCtx.getTopStmt()->getSourceRange(); in ProtectedScopeFixer() local
121 isInRange(I->getLocation(), BodyRange)) { in ProtectedScopeFixer()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp111 SourceRange BodyRange = BodyCtx.getTopStmt()->getSourceRange(); in ProtectedScopeFixer() local
121 isInRange(I->getLocation(), BodyRange)) { in ProtectedScopeFixer()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp111 SourceRange BodyRange = BodyCtx.getTopStmt()->getSourceRange(); in ProtectedScopeFixer() local
121 isInRange(I->getLocation(), BodyRange)) { in ProtectedScopeFixer()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp111 SourceRange BodyRange = BodyCtx.getTopStmt()->getSourceRange(); in ProtectedScopeFixer() local
121 isInRange(I->getLocation(), BodyRange)) { in ProtectedScopeFixer()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp111 SourceRange BodyRange = BodyCtx.getTopStmt()->getSourceRange(); in ProtectedScopeFixer() local
121 isInRange(I->getLocation(), BodyRange)) { in ProtectedScopeFixer()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp110 SourceRange BodyRange = BodyCtx.getTopStmt()->getSourceRange(); in ProtectedScopeFixer() local
120 isInRange(I->getLocation(), BodyRange)) { in ProtectedScopeFixer()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/ARCMigrate/
H A DTransProtectedScope.cpp111 SourceRange BodyRange = BodyCtx.getTopStmt()->getSourceRange(); in ProtectedScopeFixer() local
121 isInRange(I->getLocation(), BodyRange)) { in ProtectedScopeFixer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp343 SourceRange BodyRange; member
406 return toSourceCode(SM, BodyRange).str() + in getFuncBody()
670 ExtractedFunc.BodyRange = ExtZone.ZoneRange; in getExtractedFunction()
702 SM, CharSourceRange(ExtractedFunc.BodyRange, false), FuncCall, LangOpts); in REGISTER_TWEAK()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp304 SourceRange BodyRange; member
367 return toSourceCode(SM, BodyRange).str() + in getFuncBody()
642 ExtractedFunc.BodyRange = ExtZone.ZoneRange; in getExtractedFunction()
673 SM, CharSourceRange(ExtractedFunc.BodyRange, false), FuncCall, LangOpts); in REGISTER_TWEAK()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp349 SourceRange BodyRange; member
412 return toSourceCode(SM, BodyRange).str() + in getFuncBody()
676 ExtractedFunc.BodyRange = ExtZone.ZoneRange; in getExtractedFunction()
708 SM, CharSourceRange(ExtractedFunc.BodyRange, false), FuncCall, LangOpts); in REGISTER_TWEAK()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp343 SourceRange BodyRange; member
406 return toSourceCode(SM, BodyRange).str() + in getFuncBody()
670 ExtractedFunc.BodyRange = ExtZone.ZoneRange; in getExtractedFunction()
702 SM, CharSourceRange(ExtractedFunc.BodyRange, false), FuncCall, LangOpts); in REGISTER_TWEAK()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp304 SourceRange BodyRange; member
367 return toSourceCode(SM, BodyRange).str() + in getFuncBody()
643 ExtractedFunc.BodyRange = ExtZone.ZoneRange; in getExtractedFunction()
674 SM, CharSourceRange(ExtractedFunc.BodyRange, false), FuncCall, LangOpts); in REGISTER_TWEAK()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp304 SourceRange BodyRange; member
367 return toSourceCode(SM, BodyRange).str() + in getFuncBody()
643 ExtractedFunc.BodyRange = ExtZone.ZoneRange; in getExtractedFunction()
674 SM, CharSourceRange(ExtractedFunc.BodyRange, false), FuncCall, LangOpts); in REGISTER_TWEAK()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp304 SourceRange BodyRange; member
367 return toSourceCode(SM, BodyRange).str() + in getFuncBody()
642 ExtractedFunc.BodyRange = ExtZone.ZoneRange; in getExtractedFunction()
673 SM, CharSourceRange(ExtractedFunc.BodyRange, false), FuncCall, LangOpts); in REGISTER_TWEAK()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp349 SourceRange BodyRange; member
412 return toSourceCode(SM, BodyRange).str() + in getFuncBody()
676 ExtractedFunc.BodyRange = ExtZone.ZoneRange; in getExtractedFunction()
708 SM, CharSourceRange(ExtractedFunc.BodyRange, false), FuncCall, LangOpts); in REGISTER_TWEAK()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp349 SourceRange BodyRange; member
412 return toSourceCode(SM, BodyRange).str() + in getFuncBody()
676 ExtractedFunc.BodyRange = ExtZone.ZoneRange; in getExtractedFunction()
708 SM, CharSourceRange(ExtractedFunc.BodyRange, false), FuncCall, LangOpts); in REGISTER_TWEAK()

12