Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-directives.cpp56 void PushContext(const parser::CharBlock &source, T dir) { in PushContext() function in Fortran::semantics::DirectiveAttributeVisitor
604 PushContext(blockDir.source, blockDir.v); in Pre()
687 PushContext(loopDir.source, loopDir.v); in Pre()
704 PushContext(standaloneDir.source, standaloneDir.v); in Pre()
752 PushContext(combinedDir.source, combinedDir.v); in Pre()
1105 PushContext(beginDir.source, beginDir.v); in Pre()
1167 PushContext(standaloneDir.source, standaloneDir.v); in Pre()
1203 PushContext(beginDir.source, beginDir.v); in Pre()
1373 PushContext(beginDir.source, beginDir.v); in Pre()
1405 PushContext(x.source, llvm::omp::Directive::OMPD_allocate); in Pre()
[all …]
H A Dcheck-directive-structure.h286 void PushContext(const parser::CharBlock &source, D dir) { in PushContext() function
313 PushContext(source, dir); in PushContextAndClauseSets()
H A Dcheck-omp-structure.cpp1088 PushContext(dir.source, llvm::omp::Directive::OMPD_declare_target); in Enter()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-state.h122 void PushContext(MessageFixedText text) { in PushContext() function
/llvm-project-15.0.7/flang/lib/Parser/
H A Dbasic-parsers.h185 state.PushContext(text_); in Parse()