Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DFunction.cpp28 Function::ParamDescriptor Function::getParamDescriptor(unsigned Offset) const { in getParamDescriptor() function in Function
H A DFunction.h80 ParamDescriptor getParamDescriptor(unsigned Offset) const;
H A DInterpFrame.cpp169 const auto &Desc = Func->getParamDescriptor(Off); in getParamPointer()