Searched refs:semanticsContext (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/flang/include/flang/Lower/ |
D | PFTBuilder.h | 405 const Fortran::semantics::SemanticsContext &semanticsContext); 408 const Fortran::semantics::SemanticsContext &semanticsContext); 411 const Fortran::semantics::SemanticsContext &semanticsContext); 415 const Fortran::semantics::SemanticsContext &semanticsContext); 522 const Fortran::semantics::SemanticsContext &semanticsContext);
|
D | Bridge.h | 96 const Fortran::semantics::SemanticsContext &semanticsContext);
|
/external/llvm-project/flang/lib/Lower/ |
D | PFTBuilder.cpp | 66 PFTBuilder(const semantics::SemanticsContext &semanticsContext) in PFTBuilder() argument 67 : pgm{std::make_unique<lower::pft::Program>()}, semanticsContext{ in PFTBuilder() 68 semanticsContext} { 79 return enterFunction(a, semanticsContext); in Pre() 192 const semantics::SemanticsContext &semanticsContext) { in enterFunction() argument 195 func, parentVariantStack.back(), semanticsContext}); in enterFunction() 746 const semantics::SemanticsContext &semanticsContext; member in __anon6f56359d0111::PFTBuilder 1081 const semantics::SemanticsContext &semanticsContext) in FunctionLikeUnit() argument 1093 processSymbolTable(semanticsContext.FindScope( 1148 const semantics::SemanticsContext &semanticsContext) { in createPFT() argument [all …]
|
/external/llvm-project/flang/tools/f18/ |
D | f18.cpp | 193 Fortran::semantics::SemanticsContext semanticsContext{ in CompileFortran() local 195 semanticsContext.set_moduleDirectory(driver.moduleDirectory) in CompileFortran() 253 Fortran::semantics::Semantics semantics{semanticsContext, parseTree, in CompileFortran() 269 Fortran::semantics::BuildRuntimeDerivedTypeTables(semanticsContext)}; in CompileFortran() 292 if (auto symbol{semanticsContext.FindScope(*cb).FindSymbol(*cb)}) { in CompileFortran() 323 if (auto ast{Fortran::lower::createPFT(parseTree, semanticsContext)}) { in CompileFortran()
|
/external/llvm-project/flang/lib/Semantics/ |
D | tools.cpp | 1000 DerivedTypeSpec &&spec, SemanticsContext &semanticsContext, in FindOrInstantiateDerivedType() argument 1002 spec.EvaluateParameters(semanticsContext); in FindOrInstantiateDerivedType() 1010 type.derivedTypeSpec().Instantiate(scope, semanticsContext); in FindOrInstantiateDerivedType()
|