Home
last modified time | relevance | path

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

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