Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.h71 return localRef<T>(Offset); in getLocal()
76 localRef<T>(Offset) = Value; in setLocal()
133 template <typename T> T &localRef(unsigned Offset) const { in localRef() function