Searched refs:param_type_end (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 526 param_type_iterator param_type_end() const { 527 return param_type_iterator(this->getTypePtr()->param_type_end());
|
| H A D | Type.h | 5442 return {param_type_begin(), param_type_end()}; 5596 return {param_type_begin(), param_type_end()}; 5603 param_type_iterator param_type_end() const {
|
| H A D | DeclObjC.h | 403 param_type_iterator param_type_end() const { in param_type_end() function
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenCall.cpp | 151 prefix.append(fpt->param_type_begin(), fpt->param_type_end()); in appendParameterTypes() 720 fpt->param_type_end()); in emitCallArgs()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 123 E = param_type_end(); in hasNonNullArgumentsWithType() 225 E = Call.param_type_end(); in findPtrToConstParams()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | XCore.cpp | 574 auto E = FPT->param_type_end(); in appendFunctionType()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 1393 auto AI = FPT->param_type_begin(), AE = FPT->param_type_end(); in getUsualDeleteParams() 1899 assert(ParamTypeIt == DeleteFTy->param_type_end() && in EmitDeleteCall()
|
| H A D | CGCall.cpp | 202 prefix.append(FPT->param_type_begin(), FPT->param_type_end()); in appendParameterTypes() 4650 MD->param_type_end()); in EmitCallArgs() 4656 FPT->param_type_end()); in EmitCallArgs()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 488 param_type_iterator param_type_end() const { in param_type_end() function
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 2472 ParamT1End = Method1->param_type_end(), in IsStructurallyEquivalent() 2474 ParamT2End = Method2->param_type_end(); in IsStructurallyEquivalent()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 5902 Args1.insert(Args1.end(), Params1Begin, Proto1->param_type_end()); in getMoreSpecializedTemplate() 5903 Args2.insert(Args2.end(), Params2Begin, Proto2->param_type_end()); in getMoreSpecializedTemplate()
|
| H A D | SemaOverload.cpp | 1520 OldType->param_type_end()}, in IsOverloadOrOverrideImpl() 1522 NewType->param_type_end()}, in IsOverloadOrOverrideImpl()
|
| H A D | SemaDeclCXX.cpp | 1857 e = FT->param_type_end(); in CheckConstexprParameterTypes()
|
| H A D | SemaOpenMP.cpp | 7367 Params.append(PTy->param_type_begin(), PTy->param_type_end()); in checkOpenMPDeclareVariantFunction()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 146 !std::equal(m1Type->param_type_begin(), m1Type->param_type_end(), in isOverload()
|