Searched defs:GetScope (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/include/lldb/Symbol/ | ||
H A D | Variable.h | 66 lldb::ValueType GetScope() const { return m_scope; } in GetScope() function |
/llvm-project/flang/lib/Semantics/ | ||
H A D | type.cpp | 40 const Scope *DerivedTypeSpec::GetScope() const { GetScope() function in Fortran::semantics::DerivedTypeSpec |
H A D | resolve-directives.cpp | 27 static Fortran::semantics::Scope *GetScope( GetScope() function |
/llvm-project/llvm/lib/IR/ | ||
H A D | Verifier.cpp | 7065 auto GetScope = [](IntrinsicInst *II) { verifyNoAliasScopeDecl() local |