Searched refs:indexAdjustment (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 1311 TransformFunctionTypeParam(ParmVarDecl *OldParm, int indexAdjustment, 2022 ParmVarDecl *OldParm, int indexAdjustment, in TransformFunctionTypeParam() argument 2025 OldParm, TemplateArgs, indexAdjustment, NumExpansions, in TransformFunctionTypeParam() 2695 int indexAdjustment, std::optional<unsigned> NumExpansions, in SubstParmVarDecl() argument 2805 OldParm->getFunctionScopeIndex() + indexAdjustment); in SubstParmVarDecl()
|
H A D | TreeTransform.h | 732 int indexAdjustment, 5701 ParmVarDecl *OldParm, int indexAdjustment, in TransformFunctionTypeParam() argument 5737 if (NewDI == OldDI && indexAdjustment == 0) in TransformFunctionTypeParam() 5750 OldParm->getFunctionScopeIndex() + indexAdjustment); in TransformFunctionTypeParam() 5764 int indexAdjustment = 0; in TransformFunctionTypeParams() local 5817 indexAdjustment++, in TransformFunctionTypeParams() 5836 indexAdjustment++, in TransformFunctionTypeParams() 5853 indexAdjustment--; in TransformFunctionTypeParams() 5863 indexAdjustment, in TransformFunctionTypeParams() 5871 OldParm, indexAdjustment, std::nullopt, in TransformFunctionTypeParams()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 9958 int indexAdjustment, std::optional<unsigned> NumExpansions,
|