Lines Matching refs:PushContext
51 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()
997 PushContext(x.source, llvm::omp::Directive::OMPD_threadprivate); in Pre()