Home
last modified time | relevance | path

Searched refs:FTD (Results 1 – 25 of 584) sorted by relevance

12345678910>>...24

/dports/devel/creduce/creduce-2.10.0/clang_delta/
H A DRemoveUnusedFunction.cpp237 TransAssert(FTD && "NULL FunctionTemplateDecl!"); in VisitFunctionDecl()
401 if (hasValidOuterLocStart(FTD, FD)) { in getFunctionOuterLocStart()
402 LocStart = FTD->getBeginLoc(); in getFunctionOuterLocStart()
579 if (!FTD) in removeFunctionExplicitInstantiations()
588 E = FTD->spec_end(); I != E; ++I) { in removeFunctionExplicitInstantiations()
850 FTD->getInstantiatedFromMemberTemplate()) in getSourceFunctionDecl()
853 return FTD->getTemplatedDecl(); in getSourceFunctionDecl()
910 if (!FTD) in handleOneFunctionDecl()
975 if (!FTD) in getTopDescribedTemplate()
980 return FTD; in getTopDescribedTemplate()
[all …]
H A DReplaceFunctionDefWithDecl.cpp138 const FunctionTemplateDecl *FTD, const FunctionDecl *FD) in hasValidOuterLocStart() argument
140 SourceLocation FTDLocStart = FTD->getSourceRange().getBegin(); in hasValidOuterLocStart()
267 if (FunctionTemplateDecl *FTD = FD->getDescribedFunctionTemplate()) { in rewriteOneFunctionDef() local
272 if (!hasValidOuterLocStart(FTD, FD)) { in rewriteOneFunctionDef()
273 TheRewriter.RemoveText(FTD->getSourceRange()); in rewriteOneFunctionDef()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp85 if (const auto *FTD = FD->getPrimaryTemplate()) in Find() local
86 handleFunctionTemplateDecl(FTD); in Find()
138 void handleFunctionTemplateDecl(const FunctionTemplateDecl *FTD) { in handleFunctionTemplateDecl() argument
139 USRSet.insert(getUSRForDecl(FTD)); in handleFunctionTemplateDecl()
140 USRSet.insert(getUSRForDecl(FTD->getTemplatedDecl())); in handleFunctionTemplateDecl()
141 for (const auto *S : FTD->specializations()) in handleFunctionTemplateDecl()
172 if (const auto *FTD = dyn_cast<FunctionTemplateDecl>(D)) in addUSRsOfCtorDtors() local
174 dyn_cast<CXXConstructorDecl>(FTD->getTemplatedDecl())) in addUSRsOfCtorDtors()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp85 if (const auto *FTD = FD->getPrimaryTemplate()) in Find() local
86 handleFunctionTemplateDecl(FTD); in Find()
138 void handleFunctionTemplateDecl(const FunctionTemplateDecl *FTD) { in handleFunctionTemplateDecl() argument
139 USRSet.insert(getUSRForDecl(FTD)); in handleFunctionTemplateDecl()
140 USRSet.insert(getUSRForDecl(FTD->getTemplatedDecl())); in handleFunctionTemplateDecl()
141 for (const auto *S : FTD->specializations()) in handleFunctionTemplateDecl()
172 if (const auto *FTD = dyn_cast<FunctionTemplateDecl>(D)) in addUSRsOfCtorDtors() local
174 dyn_cast<CXXConstructorDecl>(FTD->getTemplatedDecl())) in addUSRsOfCtorDtors()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp85 if (const auto *FTD = FD->getPrimaryTemplate()) in Find() local
86 handleFunctionTemplateDecl(FTD); in Find()
138 void handleFunctionTemplateDecl(const FunctionTemplateDecl *FTD) { in handleFunctionTemplateDecl() argument
139 USRSet.insert(getUSRForDecl(FTD)); in handleFunctionTemplateDecl()
140 USRSet.insert(getUSRForDecl(FTD->getTemplatedDecl())); in handleFunctionTemplateDecl()
141 for (const auto *S : FTD->specializations()) in handleFunctionTemplateDecl()
172 if (const auto *FTD = dyn_cast<FunctionTemplateDecl>(D)) in addUSRsOfCtorDtors() local
174 dyn_cast<CXXConstructorDecl>(FTD->getTemplatedDecl())) in addUSRsOfCtorDtors()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp85 if (const auto *FTD = FD->getPrimaryTemplate()) in Find() local
86 handleFunctionTemplateDecl(FTD); in Find()
138 void handleFunctionTemplateDecl(const FunctionTemplateDecl *FTD) { in handleFunctionTemplateDecl() argument
139 USRSet.insert(getUSRForDecl(FTD)); in handleFunctionTemplateDecl()
140 USRSet.insert(getUSRForDecl(FTD->getTemplatedDecl())); in handleFunctionTemplateDecl()
141 for (const auto *S : FTD->specializations()) in handleFunctionTemplateDecl()
172 if (const auto *FTD = dyn_cast<FunctionTemplateDecl>(D)) in addUSRsOfCtorDtors() local
174 dyn_cast<CXXConstructorDecl>(FTD->getTemplatedDecl())) in addUSRsOfCtorDtors()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp85 if (const auto *FTD = FD->getPrimaryTemplate()) in Find() local
86 handleFunctionTemplateDecl(FTD); in Find()
138 void handleFunctionTemplateDecl(const FunctionTemplateDecl *FTD) { in handleFunctionTemplateDecl() argument
139 USRSet.insert(getUSRForDecl(FTD)); in handleFunctionTemplateDecl()
140 USRSet.insert(getUSRForDecl(FTD->getTemplatedDecl())); in handleFunctionTemplateDecl()
141 for (const auto *S : FTD->specializations()) in handleFunctionTemplateDecl()
172 if (const auto *FTD = dyn_cast<FunctionTemplateDecl>(D)) in addUSRsOfCtorDtors() local
174 dyn_cast<CXXConstructorDecl>(FTD->getTemplatedDecl())) in addUSRsOfCtorDtors()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp85 if (const auto *FTD = FD->getPrimaryTemplate()) in Find() local
86 handleFunctionTemplateDecl(FTD); in Find()
138 void handleFunctionTemplateDecl(const FunctionTemplateDecl *FTD) { in handleFunctionTemplateDecl() argument
139 USRSet.insert(getUSRForDecl(FTD)); in handleFunctionTemplateDecl()
140 USRSet.insert(getUSRForDecl(FTD->getTemplatedDecl())); in handleFunctionTemplateDecl()
141 for (const auto *S : FTD->specializations()) in handleFunctionTemplateDecl()
172 if (const auto *FTD = dyn_cast<FunctionTemplateDecl>(D)) in addUSRsOfCtorDtors() local
174 dyn_cast<CXXConstructorDecl>(FTD->getTemplatedDecl())) in addUSRsOfCtorDtors()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp85 if (const auto *FTD = FD->getPrimaryTemplate()) in Find() local
86 handleFunctionTemplateDecl(FTD); in Find()
138 void handleFunctionTemplateDecl(const FunctionTemplateDecl *FTD) { in handleFunctionTemplateDecl() argument
139 USRSet.insert(getUSRForDecl(FTD)); in handleFunctionTemplateDecl()
140 USRSet.insert(getUSRForDecl(FTD->getTemplatedDecl())); in handleFunctionTemplateDecl()
141 for (const auto *S : FTD->specializations()) in handleFunctionTemplateDecl()
172 if (const auto *FTD = dyn_cast<FunctionTemplateDecl>(D)) in addUSRsOfCtorDtors() local
174 dyn_cast<CXXConstructorDecl>(FTD->getTemplatedDecl())) in addUSRsOfCtorDtors()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp85 if (const auto *FTD = FD->getPrimaryTemplate()) in Find() local
86 handleFunctionTemplateDecl(FTD); in Find()
138 void handleFunctionTemplateDecl(const FunctionTemplateDecl *FTD) { in handleFunctionTemplateDecl() argument
139 USRSet.insert(getUSRForDecl(FTD)); in handleFunctionTemplateDecl()
140 USRSet.insert(getUSRForDecl(FTD->getTemplatedDecl())); in handleFunctionTemplateDecl()
141 for (const auto *S : FTD->specializations()) in handleFunctionTemplateDecl()
172 if (const auto *FTD = dyn_cast<FunctionTemplateDecl>(D)) in addUSRsOfCtorDtors() local
174 dyn_cast<CXXConstructorDecl>(FTD->getTemplatedDecl())) in addUSRsOfCtorDtors()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp85 if (const auto *FTD = FD->getPrimaryTemplate()) in Find() local
86 handleFunctionTemplateDecl(FTD); in Find()
138 void handleFunctionTemplateDecl(const FunctionTemplateDecl *FTD) { in handleFunctionTemplateDecl() argument
139 USRSet.insert(getUSRForDecl(FTD)); in handleFunctionTemplateDecl()
140 USRSet.insert(getUSRForDecl(FTD->getTemplatedDecl())); in handleFunctionTemplateDecl()
141 for (const auto *S : FTD->specializations()) in handleFunctionTemplateDecl()
172 if (const auto *FTD = dyn_cast<FunctionTemplateDecl>(D)) in addUSRsOfCtorDtors() local
174 dyn_cast<CXXConstructorDecl>(FTD->getTemplatedDecl())) in addUSRsOfCtorDtors()
/dports/devel/hyperscan/boost_1_75_0/libs/tti/test/
H A Dtest_has_mem_fun_template.hpp22 BOOST_TTI_TRAIT_HAS_MEMBER_FUNCTION_TEMPLATE(FTD,FTHasDef,int) // default parameter
44 BOOST_TTI_TRAIT_HAS_MEMBER_FUNCTION_TEMPLATE(FTD,FTHasDef,(1,(int))) // default parameter
H A Dtest_has_member_template_fail3.cpp15 BOOST_MPL_ASSERT((FTD<double (AType::*)(int,long)>)); in main()
H A Dtest_has_mem_fun_template_fail3.cpp15 BOOST_MPL_ASSERT((FTD<AType,double,boost::mpl::vector<int,long> >)); in main()
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/transition/
H A DTN-Y1564-MIB316 … the measured FTD and FDV is compared against the SAC's Acceptable FLR, FTD, and FDV.
374 … the measured FTD and FDV is compared against the SAC's Acceptable FLR, FTD, and FDV.
415 … the measured FTD and FDV is compared against the SAC's Acceptable FLR, FTD, and FDV.
473 … the measured FTD and FDV is compared against the SAC's Acceptable FLR, FTD, and FDV.
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/
H A DComment.cpp263 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl); in fill() local
266 const FunctionDecl *FD = FTD->getTemplatedDecl(); in fill()
269 TemplateParameters = FTD->getTemplateParameters(); in fill()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DComment.cpp263 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl); in fill() local
266 const FunctionDecl *FD = FTD->getTemplatedDecl(); in fill()
269 TemplateParameters = FTD->getTemplateParameters(); in fill()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DComment.cpp263 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl); in fill() local
266 const FunctionDecl *FD = FTD->getTemplatedDecl(); in fill()
269 TemplateParameters = FTD->getTemplateParameters(); in fill()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DComment.cpp263 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl); in fill() local
266 const FunctionDecl *FD = FTD->getTemplatedDecl(); in fill()
269 TemplateParameters = FTD->getTemplateParameters(); in fill()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DComment.cpp263 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl); in fill() local
266 const FunctionDecl *FD = FTD->getTemplatedDecl(); in fill()
269 TemplateParameters = FTD->getTemplateParameters(); in fill()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/
H A DComment.cpp263 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl); in fill() local
266 const FunctionDecl *FD = FTD->getTemplatedDecl(); in fill()
269 TemplateParameters = FTD->getTemplateParameters(); in fill()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/
H A DComment.cpp263 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl); in fill() local
266 const FunctionDecl *FD = FTD->getTemplatedDecl(); in fill()
269 TemplateParameters = FTD->getTemplateParameters(); in fill()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DComment.cpp248 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl); in fill() local
251 const FunctionDecl *FD = FTD->getTemplatedDecl(); in fill()
254 TemplateParameters = FTD->getTemplateParameters(); in fill()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/
H A DComment.cpp263 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl); in fill() local
266 const FunctionDecl *FD = FTD->getTemplatedDecl(); in fill()
269 TemplateParameters = FTD->getTemplateParameters(); in fill()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/AST/
H A DComment.cpp263 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl); in fill() local
266 const FunctionDecl *FD = FTD->getTemplatedDecl(); in fill()
269 TemplateParameters = FTD->getTemplateParameters(); in fill()

12345678910>>...24