Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dresolve-directives.cpp51 void PushContext(const parser::CharBlock &source, T dir) { in PushContext() function in Fortran::semantics::DirectiveAttributeVisitor
251 PushContext(x.source, llvm::omp::Directive::OMPD_declare_simd); in Pre()
434 PushContext(blockDir.source, blockDir.v); in Pre()
448 PushContext(loopDir.source, loopDir.v); in Pre()
465 PushContext(standaloneDir.source, standaloneDir.v); in Pre()
482 PushContext(combinedDir.source, combinedDir.v); in Pre()
534 PushContext(verbatim.source, llvm::acc::Directive::ACCD_cache); in Pre()
768 PushContext(beginDir.source, beginDir.v); in Pre()
845 PushContext(beginDir.source, beginDir.v); in Pre()
987 PushContext(beginDir.source, beginDir.v); in Pre()
[all …]
Dcheck-directive-structure.h200 void PushContext(const parser::CharBlock &source, D dir) { in PushContext() function
216 PushContext(source, dir); in PushContextAndClauseSets()
Dcheck-omp-structure.cpp184 PushContext(dir.source, llvm::omp::Directive::OMPD_declare_target); in Enter()
/external/llvm-project/flang/include/flang/Parser/
Dparse-state.h123 void PushContext(MessageFixedText text) { in PushContext() function
/external/llvm-project/flang/lib/Parser/
Dbasic-parsers.h185 state.PushContext(text_); in Parse()