Home
last modified time | relevance | path

Searched defs:toRaw (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h211 uint64_t toRaw() const { return Value; } toRaw() function
/llvm-project/clang/test/Analysis/Checkers/WebKit/
H A Duncounted-obj-arg.cpp108 constexpr StorageType toRaw() const { return m_storage; } toRaw() function in OptionSet