Searched refs:PushContext (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/flang/lib/Semantics/ |
D | resolve-directives.cpp | 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() [all …]
|
D | check-directive-structure.h | 200 void PushContext(const parser::CharBlock &source, D dir) { in PushContext() function 216 PushContext(source, dir); in PushContextAndClauseSets()
|
D | check-omp-structure.cpp | 184 PushContext(dir.source, llvm::omp::Directive::OMPD_declare_target); in Enter()
|
/external/llvm-project/flang/include/flang/Parser/ |
D | parse-state.h | 123 void PushContext(MessageFixedText text) { in PushContext() function
|
/external/llvm-project/flang/lib/Parser/ |
D | basic-parsers.h | 185 state.PushContext(text_); in Parse()
|