Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h66 lldb::ValueType GetScope() const { return m_scope; } in GetScope() function
/llvm-project/flang/lib/Semantics/
H A Dtype.cpp40 const Scope *DerivedTypeSpec::GetScope() const { GetScope() function in Fortran::semantics::DerivedTypeSpec
H A Dresolve-directives.cpp27 static Fortran::semantics::Scope *GetScope( GetScope() function
/llvm-project/llvm/lib/IR/
H A DVerifier.cpp7065 auto GetScope = [](IntrinsicInst *II) { verifyNoAliasScopeDecl() local