Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/Interp/
DInterpFrame.h82 return stackRef<T>(Offset); in getParam()
115 template <typename T> const T &stackRef(unsigned Offset) { in stackRef() function
DInterpFrame.cpp131 TYPE_SWITCH(PrimTy, print(OS, stackRef<T>(Off), S.getCtx(), Ty)); in describe()
175 TYPE_SWITCH(Desc.first, new (B->data()) T(stackRef<T>(Off))); in getParamPointer()