Home
last modified time | relevance | path

Searched refs:FTD (Results 126 – 150 of 584) sorted by relevance

12345678910>>...24

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/modernize/
H A DAvoidBindCheck.cpp415 const auto *FTD = dyn_cast<FunctionTemplateDecl>(D); in findCandidateCallOperators() local
416 if (!FTD) in findCandidateCallOperators()
418 const FunctionDecl *FD = FTD->getTemplatedDecl(); in findCandidateCallOperators()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clangd/
H A DHover.cpp375 if (const auto *FTD = FD->getDescribedTemplate()) { in getHoverContents() local
377 fetchTemplateParameters(FTD->getTemplateParameters(), Policy); in getHoverContents()
378 D = FTD; in getHoverContents()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/modernize/
H A DAvoidBindCheck.cpp415 const auto *FTD = dyn_cast<FunctionTemplateDecl>(D); in findCandidateCallOperators() local
416 if (!FTD) in findCandidateCallOperators()
418 const FunctionDecl *FD = FTD->getTemplatedDecl(); in findCandidateCallOperators()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/modernize/
H A DAvoidBindCheck.cpp415 const auto *FTD = dyn_cast<FunctionTemplateDecl>(D); in findCandidateCallOperators() local
416 if (!FTD) in findCandidateCallOperators()
418 const FunctionDecl *FD = FTD->getTemplatedDecl(); in findCandidateCallOperators()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/modernize/
H A DAvoidBindCheck.cpp415 const auto *FTD = dyn_cast<FunctionTemplateDecl>(D); in findCandidateCallOperators() local
416 if (!FTD) in findCandidateCallOperators()
418 const FunctionDecl *FD = FTD->getTemplatedDecl(); in findCandidateCallOperators()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/modernize/
H A DAvoidBindCheck.cpp415 const auto *FTD = dyn_cast<FunctionTemplateDecl>(D); in findCandidateCallOperators() local
416 if (!FTD) in findCandidateCallOperators()
418 const FunctionDecl *FD = FTD->getTemplatedDecl(); in findCandidateCallOperators()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clangd/
H A DHover.cpp375 if (const auto *FTD = FD->getDescribedTemplate()) { in getHoverContents() local
377 fetchTemplateParameters(FTD->getTemplateParameters(), Policy); in getHoverContents()
378 D = FTD; in getHoverContents()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DAvoidBindCheck.cpp415 const auto *FTD = dyn_cast<FunctionTemplateDecl>(D); in findCandidateCallOperators() local
416 if (!FTD) in findCandidateCallOperators()
418 const FunctionDecl *FD = FTD->getTemplatedDecl(); in findCandidateCallOperators()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-tidy/modernize/
H A DAvoidBindCheck.cpp415 const auto *FTD = dyn_cast<FunctionTemplateDecl>(D); in findCandidateCallOperators() local
416 if (!FTD) in findCandidateCallOperators()
418 const FunctionDecl *FD = FTD->getTemplatedDecl(); in findCandidateCallOperators()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/modernize/
H A DAvoidBindCheck.cpp415 const auto *FTD = dyn_cast<FunctionTemplateDecl>(D); in findCandidateCallOperators() local
416 if (!FTD) in findCandidateCallOperators()
418 const FunctionDecl *FD = FTD->getTemplatedDecl(); in findCandidateCallOperators()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/modernize/
H A DAvoidBindCheck.cpp415 const auto *FTD = dyn_cast<FunctionTemplateDecl>(D); in findCandidateCallOperators() local
416 if (!FTD) in findCandidateCallOperators()
418 const FunctionDecl *FD = FTD->getTemplatedDecl(); in findCandidateCallOperators()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/modernize/
H A DAvoidBindCheck.cpp415 const auto *FTD = dyn_cast<FunctionTemplateDecl>(D); in findCandidateCallOperators() local
416 if (!FTD) in findCandidateCallOperators()
418 const FunctionDecl *FD = FTD->getTemplatedDecl(); in findCandidateCallOperators()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clangd/refactor/tweaks/
H A DDefineInline.cpp354 if (auto *FTD = FD->getDescribedFunctionTemplate()) in getBeginLoc() local
355 return FTD->getBeginLoc(); in getBeginLoc()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DDefineInline.cpp359 if (auto *FTD = FD->getDescribedFunctionTemplate()) in getBeginLoc() local
360 return FTD->getBeginLoc(); in getBeginLoc()
H A DDefineOutline.cpp125 if (auto *FTD = FD->getDescribedFunctionTemplate()) in getFunctionSourceAfterReplacements() local
126 OrigFuncRange->setBegin(FTD->getBeginLoc()); in getFunctionSourceAfterReplacements()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/refactor/tweaks/
H A DDefineInline.cpp363 if (auto *FTD = FD->getDescribedFunctionTemplate()) in getBeginLoc() local
364 return FTD->getBeginLoc(); in getBeginLoc()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clangd/refactor/tweaks/
H A DDefineOutline.cpp126 if (auto *FTD = FD->getDescribedFunctionTemplate()) in getFunctionSourceAfterReplacements() local
127 OrigFuncRange->setBegin(FTD->getBeginLoc()); in getFunctionSourceAfterReplacements()
H A DDefineInline.cpp359 if (auto *FTD = FD->getDescribedFunctionTemplate()) in getBeginLoc() local
360 return FTD->getBeginLoc(); in getBeginLoc()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clangd/refactor/tweaks/
H A DDefineInline.cpp359 if (auto *FTD = FD->getDescribedFunctionTemplate()) in getBeginLoc() local
360 return FTD->getBeginLoc(); in getBeginLoc()
H A DDefineOutline.cpp126 if (auto *FTD = FD->getDescribedFunctionTemplate()) in getFunctionSourceAfterReplacements() local
127 OrigFuncRange->setBegin(FTD->getBeginLoc()); in getFunctionSourceAfterReplacements()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DJSONNodeDumper.h412 void VisitFunctionTemplateDecl(const FunctionTemplateDecl *FTD) { in VisitFunctionTemplateDecl() argument
413 writeTemplateDecl(FTD, true); in VisitFunctionTemplateDecl()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/refactor/tweaks/
H A DDefineInline.cpp354 if (auto *FTD = FD->getDescribedFunctionTemplate()) in getBeginLoc() local
355 return FTD->getBeginLoc(); in getBeginLoc()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clangd/refactor/tweaks/
H A DDefineOutline.cpp125 if (auto *FTD = FD->getDescribedFunctionTemplate()) in getFunctionSourceAfterReplacements() local
126 OrigFuncRange->setBegin(FTD->getBeginLoc()); in getFunctionSourceAfterReplacements()
H A DDefineInline.cpp359 if (auto *FTD = FD->getDescribedFunctionTemplate()) in getBeginLoc() local
360 return FTD->getBeginLoc(); in getBeginLoc()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/refactor/tweaks/
H A DDefineInline.cpp363 if (auto *FTD = FD->getDescribedFunctionTemplate()) in getBeginLoc() local
364 return FTD->getBeginLoc(); in getBeginLoc()

12345678910>>...24