Home
last modified time | relevance | path

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

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