Home
last modified time | relevance | path

Searched refs:compilerInsertionProvenance_ (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/lib/Parser/
Dprovenance.cpp344 auto iter{compilerInsertionProvenance_.find(ch)}; in CompilerInsertionProvenance()
345 if (iter != compilerInsertionProvenance_.end()) { in CompilerInsertionProvenance()
350 compilerInsertionProvenance_.insert(std::make_pair(ch, newCharProvenance)); in CompilerInsertionProvenance()
/external/llvm-project/flang/include/flang/Parser/
Dprovenance.h212 std::map<char, Provenance> compilerInsertionProvenance_; variable