Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DVariable.h66 lldb::ValueType GetScope() const { return m_scope; } in GetScope() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp6317 auto GetScope = [](IntrinsicInst *II) { in verifyNoAliasScopeDecl() local