Home
last modified time | relevance | path

Searched refs:getParamOffset (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.h186 unsigned getParamOffset(unsigned ParamIndex) const { in getParamOffset() function
H A DInterpBuiltin.cpp22 unsigned Offset = Frame->getFunction()->getParamOffset(Index); in getParam()