Home
last modified time | relevance | path

Searched defs:parentScope (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Druntime-type-info.cpp372 if (const Scope * parentScope{dtScope.GetDerivedTypeParent()}) { in DescribeType() local
781 if (const Scope * parentScope{dtScope.GetDerivedTypeParent()}) { in CollectBindings() local
Dmod-file.cpp804 Scope *parentScope; // the scope this module/submodule goes into in Read() local
Dcheck-do-forall.cpp555 const Scope &parentScope{ in GatherLocals() local
Dexpression.cpp968 if (const semantics::Scope * parentScope{scope.GetDerivedTypeParent()}) { in CreateComponent() local
1956 if (const auto *parentScope{symbol.owner().GetDerivedTypeParent()}) { in ResolveGeneric() local
Dtools.cpp440 if (const Scope * parentScope{parentDerived->typeSymbol().scope()}) { in FindOverriddenBinding() local
Dresolve-names.cpp2456 Scope *parentScope{parentName ? FindModule(*parentName, ancestor) : ancestor}; in BeginSubmodule() local
/external/deqp/framework/randomshaders/
DrsgVariableManager.cpp404 VariableScope& parentScope = *m_variableScopeStack[m_variableScopeStack.size()-2]; in popVariableScope() local
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
DPrettyPrintVisitor.java786 Optional<Expression> parentScope = s.map(NodeWithTraversableScope.class::cast) in visit() local