Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()