Home
last modified time | relevance | path

Searched defs:UseDetails (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/flang/include/flang/Semantics/
Dsymbol.h362 UseDetails(const SourceName &location, const Symbol &symbol) in UseDetails() function
/external/llvm-project/flang/lib/Semantics/
Dsymbol.cpp225 [](const UseDetails &) { return "Use"; }, in DetailsToString()
Dmod-file.cpp226 [&](const UseDetails &) { PutUse(symbol); }, in PutSymbol()