Searched defs:parentComponent (Results 1 – 5 of 5) sorted by relevance
/llvm-project/flang/lib/Evaluate/ | ||
H A D | type.cpp | 373 if (const Symbol * parentComponent{GetParentComponent(symbol, scope)}) { GetParentTypeSpec() local |
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/ | ||
H A D | ConvertToFIR.cpp | 652 matchAndRewrite(hlfir::ParentComponentOp parentComponent,mlir::PatternRewriter & rewriter) const matchAndRewrite() argument |
/llvm-project/flang/lib/Semantics/ | ||
H A D | symbol.cpp | 687 if (const Symbol * parentComponent{GetParentComponent(scope)}) { GetParentTypeSpec() local |
H A D | expression.cpp | 1323 if (const Symbol *parentComponent{typeSymbol->GetParentComponent(&scope)}) { CreateComponent() local |
H A D | check-declarations.cpp | 2950 const Symbol *parentComponent{symbol.scope() WhyNotInteroperableDerivedType() local |