Home
last modified time | relevance | path

Searched refs:FPTL (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/unittests/AST/
H A DSourceLocationTest.cpp689 if (auto FPTL = TL.getAs<FunctionProtoTypeLoc>()) { in getRange() local
690 return FPTL.getExceptionSpecRange(); in getRange()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/unittests/AST/
H A DSourceLocationTest.cpp690 if (auto FPTL = TL.getAs<FunctionProtoTypeLoc>()) { in getRange() local
691 return FPTL.getExceptionSpecRange(); in getRange()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/unittests/AST/
H A DSourceLocationTest.cpp690 if (auto FPTL = TL.getAs<FunctionProtoTypeLoc>()) { in getRange() local
691 return FPTL.getExceptionSpecRange(); in getRange()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/unittests/AST/
H A DSourceLocationTest.cpp795 if (auto FPTL = TL.getAs<FunctionProtoTypeLoc>()) { in getRange() local
796 return FPTL.getExceptionSpecRange(); in getRange()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/unittests/AST/
H A DSourceLocationTest.cpp795 if (auto FPTL = TL.getAs<FunctionProtoTypeLoc>()) { in getRange() local
796 return FPTL.getExceptionSpecRange(); in getRange()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/unittests/AST/
H A DSourceLocationTest.cpp847 if (auto FPTL = TL.getAs<FunctionProtoTypeLoc>()) { in getRange() local
848 return FPTL.getExceptionSpecRange(); in getRange()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/unittests/AST/
H A DSourceLocationTest.cpp846 if (auto FPTL = TL.getAs<FunctionProtoTypeLoc>()) { in getRange() local
847 return FPTL.getExceptionSpecRange(); in getRange()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/unittests/AST/
H A DSourceLocationTest.cpp846 if (auto FPTL = TL.getAs<FunctionProtoTypeLoc>()) { in getRange() local
847 return FPTL.getExceptionSpecRange(); in getRange()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/unittests/AST/
H A DSourceLocationTest.cpp847 if (auto FPTL = TL.getAs<FunctionProtoTypeLoc>()) { in getRange() local
848 return FPTL.getExceptionSpecRange(); in getRange()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/unittests/AST/
H A DSourceLocationTest.cpp847 if (auto FPTL = TL.getAs<FunctionProtoTypeLoc>()) { in getRange() local
848 return FPTL.getExceptionSpecRange(); in getRange()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/unittests/AST/
H A DSourceLocationTest.cpp846 if (auto FPTL = TL.getAs<FunctionProtoTypeLoc>()) { in getRange() local
847 return FPTL.getExceptionSpecRange(); in getRange()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/unittests/AST/
H A DSourceLocationTest.cpp846 if (auto FPTL = TL.getAs<FunctionProtoTypeLoc>()) { in getRange() local
847 return FPTL.getExceptionSpecRange(); in getRange()
/dports/lang/clang-mesa/clang-13.0.1.src/unittests/AST/
H A DSourceLocationTest.cpp846 if (auto FPTL = TL.getAs<FunctionProtoTypeLoc>()) { in getRange() local
847 return FPTL.getExceptionSpecRange(); in getRange()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/unittests/AST/
H A DSourceLocationTest.cpp846 if (auto FPTL = TL.getAs<FunctionProtoTypeLoc>()) { in getRange() local
847 return FPTL.getExceptionSpecRange(); in getRange()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/unittests/AST/
H A DSourceLocationTest.cpp846 if (auto FPTL = TL.getAs<FunctionProtoTypeLoc>()) { in getRange() local
847 return FPTL.getExceptionSpecRange(); in getRange()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/unittests/AST/
H A DSourceLocationTest.cpp846 if (auto FPTL = TL.getAs<FunctionProtoTypeLoc>()) { in getRange() local
847 return FPTL.getExceptionSpecRange(); in getRange()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaTemplate.cpp1843 FunctionProtoTypeLoc FPTL = CD->getTypeSourceInfo()->getTypeLoc() in transformConstructor() local
1845 assert(FPTL && "no prototype for constructor declaration"); in transformConstructor()
1852 QualType NewType = transformFunctionProtoType(TLB, FPTL, Params, Args); in transformConstructor()
1873 FunctionProtoTypeLoc FPTL = in buildSimpleDeductionGuide() local
1883 FPTL.setParam(Params.size(), NewParam); in buildSimpleDeductionGuide()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaTemplate.cpp1754 FunctionProtoTypeLoc FPTL = CD->getTypeSourceInfo()->getTypeLoc() in transformConstructor() local
1756 assert(FPTL && "no prototype for constructor declaration"); in transformConstructor()
1763 QualType NewType = transformFunctionProtoType(TLB, FPTL, Params, Args); in transformConstructor()
1784 FunctionProtoTypeLoc FPTL = in buildSimpleDeductionGuide() local
1794 FPTL.setParam(Params.size(), NewParam); in buildSimpleDeductionGuide()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaTemplate.cpp1751 FunctionProtoTypeLoc FPTL = CD->getTypeSourceInfo()->getTypeLoc() in transformConstructor() local
1753 assert(FPTL && "no prototype for constructor declaration"); in transformConstructor()
1760 QualType NewType = transformFunctionProtoType(TLB, FPTL, Params, Args); in transformConstructor()
1781 FunctionProtoTypeLoc FPTL = in buildSimpleDeductionGuide() local
1791 FPTL.setParam(Params.size(), NewParam); in buildSimpleDeductionGuide()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaTemplate.cpp2204 FunctionProtoTypeLoc FPTL = CD->getTypeSourceInfo()->getTypeLoc() in transformConstructor() local
2206 assert(FPTL && "no prototype for constructor declaration"); in transformConstructor()
2214 QualType NewType = transformFunctionProtoType(TLB, FPTL, Params, Args, in transformConstructor()
2236 FunctionProtoTypeLoc FPTL = in buildSimpleDeductionGuide() local
2246 FPTL.setParam(Params.size(), NewParam); in buildSimpleDeductionGuide()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp2028 FunctionProtoTypeLoc FPTL = CD->getTypeSourceInfo()->getTypeLoc() in transformConstructor() local
2030 assert(FPTL && "no prototype for constructor declaration"); in transformConstructor()
2037 QualType NewType = transformFunctionProtoType(TLB, FPTL, Params, Args); in transformConstructor()
2058 FunctionProtoTypeLoc FPTL = in buildSimpleDeductionGuide() local
2068 FPTL.setParam(Params.size(), NewParam); in buildSimpleDeductionGuide()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp2183 FunctionProtoTypeLoc FPTL = CD->getTypeSourceInfo()->getTypeLoc() in transformConstructor() local
2185 assert(FPTL && "no prototype for constructor declaration"); in transformConstructor()
2193 QualType NewType = transformFunctionProtoType(TLB, FPTL, Params, Args, in transformConstructor()
2215 FunctionProtoTypeLoc FPTL = in buildSimpleDeductionGuide() local
2225 FPTL.setParam(Params.size(), NewParam); in buildSimpleDeductionGuide()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaTemplate.cpp2204 FunctionProtoTypeLoc FPTL = CD->getTypeSourceInfo()->getTypeLoc() in transformConstructor() local
2206 assert(FPTL && "no prototype for constructor declaration"); in transformConstructor()
2214 QualType NewType = transformFunctionProtoType(TLB, FPTL, Params, Args, in transformConstructor()
2236 FunctionProtoTypeLoc FPTL = in buildSimpleDeductionGuide() local
2246 FPTL.setParam(Params.size(), NewParam); in buildSimpleDeductionGuide()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaTemplate.cpp2183 FunctionProtoTypeLoc FPTL = CD->getTypeSourceInfo()->getTypeLoc() in transformConstructor() local
2185 assert(FPTL && "no prototype for constructor declaration"); in transformConstructor()
2193 QualType NewType = transformFunctionProtoType(TLB, FPTL, Params, Args, in transformConstructor()
2215 FunctionProtoTypeLoc FPTL = in buildSimpleDeductionGuide() local
2225 FPTL.setParam(Params.size(), NewParam); in buildSimpleDeductionGuide()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaTemplate.cpp2066 FunctionProtoTypeLoc FPTL = CD->getTypeSourceInfo()->getTypeLoc() in transformConstructor() local
2068 assert(FPTL && "no prototype for constructor declaration"); in transformConstructor()
2076 QualType NewType = transformFunctionProtoType(TLB, FPTL, Params, Args, in transformConstructor()
2098 FunctionProtoTypeLoc FPTL = in buildSimpleDeductionGuide() local
2108 FPTL.setParam(Params.size(), NewParam); in buildSimpleDeductionGuide()

12