Home
last modified time | relevance | path

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

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