Home
last modified time | relevance | path

Searched refs:getParamDescriptor (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.cpp30 Function::ParamDescriptor Function::getParamDescriptor(unsigned Offset) const { in getParamDescriptor() function in Function
H A DFunction.h107 ParamDescriptor getParamDescriptor(unsigned Offset) const;
H A DInterpFrame.cpp226 const auto &Desc = Func->getParamDescriptor(Off); in getParamPointer()