Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h522 param_type_iterator param_type_end() const {
523 return param_type_iterator(this->getTypePtr()->param_type_end());
H A DType.h5234 return llvm::ArrayRef(param_type_begin(), param_type_end());
5383 return llvm::ArrayRef(param_type_begin(), param_type_end());
5390 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/StaticAnalyzer/Core/
H A DCallEvent.cpp124 E = param_type_end(); in hasNonNullArgumentsWithType()
226 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.cpp1387 auto AI = FPT->param_type_begin(), AE = FPT->param_type_end(); in getUsualDeleteParams()
1861 assert(ParamTypeIt == DeleteFTy->param_type_end() && in EmitDeleteCall()
H A DCGCall.cpp163 prefix.append(FPT->param_type_begin(), FPT->param_type_end()); in appendParameterTypes()
4475 MD->param_type_end()); in EmitCallArgs()
4481 FPT->param_type_end()); in EmitCallArgs()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp2203 ParamT1End = Method1->param_type_end(), in IsStructurallyEquivalent()
2205 ParamT2End = Method2->param_type_end(); in IsStructurallyEquivalent()
/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/Sema/
H A DSemaTemplateDeduction.cpp5590 Proto1->param_type_end()); in getMoreSpecializedTemplate()
5592 Proto2->param_type_end()); in getMoreSpecializedTemplate()
H A DSemaOverload.cpp1467 OldType->param_type_end()}, in IsOverloadOrOverrideImpl()
1469 NewType->param_type_end()}, in IsOverloadOrOverrideImpl()
H A DSemaDeclCXX.cpp1737 e = FT->param_type_end(); in CheckConstexprParameterTypes()
H A DSemaOpenMP.cpp7418 Params.append(PTy->param_type_begin(), PTy->param_type_end()); in checkOpenMPDeclareVariantFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp145 !std::equal(m1Type->param_type_begin(), m1Type->param_type_end(), in isOverload()