Home
last modified time | relevance | path

Searched refs:CompilerInsertionProvenance (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprescan.h129 Provenance provenance{allSources_.CompilerInsertionProvenance(ch)}; in EmitInsertedChar()
229 allSources_.CompilerInsertionProvenance(' ')};
231 allSources_.CompilerInsertionProvenance('\\')};
H A Dpreprocessor.cpp79 Provenance quoteProvenance{allSources.CompilerInsertionProvenance('"')}; in Stringify()
201 prescanner.preprocessor().allSources().CompilerInsertionProvenance( in Apply()
1075 expr2.Put(&truth, 1, allSources_.CompilerInsertionProvenance(truth)); in IsIfPredicateTrue()
H A Dprovenance.cpp365 Provenance AllSources::CompilerInsertionProvenance(char ch) { in CompilerInsertionProvenance() function in Fortran::parser::AllSources
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dprovenance.h177 Provenance CompilerInsertionProvenance(char ch);