Searched refs:asFortran (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/flang/tools/f18/ |
D | f18.cpp | 166 static Fortran::parser::AnalyzedObjectsAsFortran asFortran{ variable 264 Fortran::parser::DumpTree(llvm::outs(), parseTree, &asFortran); in CompileFortran() 313 Fortran::parser::DumpTree(llvm::outs(), parseTree, &asFortran); in CompileFortran() 319 nullptr /* action before each statement */, &asFortran); in CompileFortran() 350 driver.unparseTypedExprsToF18_FC ? &asFortran : nullptr); in CompileFortran()
|
/external/llvm-project/flang/include/flang/Parser/ |
D | dump-parse-tree.h | 32 const AnalyzedObjectsAsFortran *asFortran = nullptr) 33 : out_(out), asFortran_{asFortran} {} in out_() 869 const AnalyzedObjectsAsFortran *asFortran = nullptr) { 870 ParseTreeDumper dumper{out, asFortran};
|
/external/llvm-project/flang/lib/Parser/ |
D | unparse.cpp | 31 preStatementType *preStatement, AnalyzedObjectsAsFortran *asFortran) in UnparseVisitor() argument 34 preStatement_{preStatement}, asFortran_{asFortran} {} 2714 preStatementType *preStatement, AnalyzedObjectsAsFortran *asFortran) { in Unparse() argument 2716 preStatement, asFortran}; in Unparse()
|