Searched refs:PushContext (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | resolve-directives.cpp | 56 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 D | check-directive-structure.h | 286 void PushContext(const parser::CharBlock &source, D dir) { in PushContext() function 313 PushContext(source, dir); in PushContextAndClauseSets()
|
| H A D | check-omp-structure.cpp | 1088 PushContext(dir.source, llvm::omp::Directive::OMPD_declare_target); in Enter()
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | parse-state.h | 122 void PushContext(MessageFixedText text) { in PushContext() function
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | basic-parsers.h | 185 state.PushContext(text_); in Parse()
|