Searched refs:param_type_end (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CanonicalType.h | 522 param_type_iterator param_type_end() const { 523 return param_type_iterator(this->getTypePtr()->param_type_end());
|
H A D | Type.h | 5234 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 D | DeclObjC.h | 403 param_type_iterator param_type_end() const { in param_type_end() function
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 124 E = param_type_end(); in hasNonNullArgumentsWithType() 226 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 | 1387 auto AI = FPT->param_type_begin(), AE = FPT->param_type_end(); in getUsualDeleteParams() 1861 assert(ParamTypeIt == DeleteFTy->param_type_end() && in EmitDeleteCall()
|
H A D | CGCall.cpp | 163 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 D | ASTStructuralEquivalence.cpp | 2203 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 D | CallEvent.h | 488 param_type_iterator param_type_end() const { in param_type_end() function
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 5590 Proto1->param_type_end()); in getMoreSpecializedTemplate() 5592 Proto2->param_type_end()); in getMoreSpecializedTemplate()
|
H A D | SemaOverload.cpp | 1467 OldType->param_type_end()}, in IsOverloadOrOverrideImpl() 1469 NewType->param_type_end()}, in IsOverloadOrOverrideImpl()
|
H A D | SemaDeclCXX.cpp | 1737 e = FT->param_type_end(); in CheckConstexprParameterTypes()
|
H A D | SemaOpenMP.cpp | 7418 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 | 145 !std::equal(m1Type->param_type_begin(), m1Type->param_type_end(), in isOverload()
|