Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Pass/
H A DPassTiming.cpp63 TimingScope *parentScope; in runBeforePipeline() local
92 auto &parentScope = activeTimers.empty() ? rootScope : activeTimers.back(); in runBeforePass() local
129 auto &parentScope = activeTimers.empty() ? rootScope : activeTimers.back(); in runBeforeAnalysis() local
/llvm-project/flang/lib/Semantics/
H A Druntime-type-info.cpp987 if (const Scope * parentScope{dtScope.GetDerivedTypeParent()}) { CollectBindings() local
1035 if (const Scope * parentScope{dtScope.GetDerivedTypeParent()}) { DescribeSpecialGenerics() local
H A Dcheck-do-forall.cpp577 const Scope &parentScope{ GatherLocals() local
H A Dmod-file.cpp1485 Scope *parentScope; // the scope this module/submodule goes into Read() local
H A Dexpression.cpp1327 if (const semantics::Scope *parentScope{ CreateComponent() local
2750 if (const auto *parentScope{symbol.owner().GetDerivedTypeParent()}) { ResolveGeneric() local
H A Dtools.cpp539 if (const Scope * parentScope{parentDerived->typeSymbol().scope()}) { FindOverriddenBinding() local
H A Dresolve-directives.cpp915 ResolveName(const parser::Name & name,bool parentScope) ResolveName() argument
H A Dresolve-names.cpp3362 Scope *parentScope{nullptr}; BeginSubmodule() local
/llvm-project/mlir/lib/IR/
H A DAsmPrinter.cpp1387 UsedNamesScopeTy *parentScope; SSANameState() local