Home
last modified time | relevance | path

Searched refs:param_type_end (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h526 param_type_iterator param_type_end() const {
527 return param_type_iterator(this->getTypePtr()->param_type_end());
H A DType.h5442 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 DDeclObjC.h403 param_type_iterator param_type_end() const { in param_type_end() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCall.cpp151 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 DCallEvent.cpp123 E = param_type_end(); in hasNonNullArgumentsWithType()
225 E = Call.param_type_end(); in findPtrToConstParams()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp574 auto E = FPT->param_type_end(); in appendFunctionType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1393 auto AI = FPT->param_type_begin(), AE = FPT->param_type_end(); in getUsualDeleteParams()
1899 assert(ParamTypeIt == DeleteFTy->param_type_end() && in EmitDeleteCall()
H A DCGCall.cpp202 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 DCallEvent.h488 param_type_iterator param_type_end() const { in param_type_end() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp2472 ParamT1End = Method1->param_type_end(), in IsStructurallyEquivalent()
2474 ParamT2End = Method2->param_type_end(); in IsStructurallyEquivalent()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5902 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 DSemaOverload.cpp1520 OldType->param_type_end()}, in IsOverloadOrOverrideImpl()
1522 NewType->param_type_end()}, in IsOverloadOrOverrideImpl()
H A DSemaDeclCXX.cpp1857 e = FT->param_type_end(); in CheckConstexprParameterTypes()
H A DSemaOpenMP.cpp7367 Params.append(PTy->param_type_begin(), PTy->param_type_end()); in checkOpenMPDeclareVariantFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp146 !std::equal(m1Type->param_type_begin(), m1Type->param_type_end(), in isOverload()