Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp1318 void AddOmpSourceRange(const parser::CharBlock &);
1325 AddOmpSourceRange(x.source); in Pre()
1332 AddOmpSourceRange(x.source); in Pre()
1345 AddOmpSourceRange(x.source); in Pre()
1352 AddOmpSourceRange(x.source); in Pre()
1365 AddOmpSourceRange(x.source); in Pre()
1372 AddOmpSourceRange(x.source); in Pre()
1394 void OmpVisitor::AddOmpSourceRange(const parser::CharBlock &source) { in AddOmpSourceRange() function in Fortran::semantics::OmpVisitor