Home
last modified time | relevance | path

Searched refs:PopContext (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-directives.cpp59 void PopContext() { dirContext_.pop_back(); } in PopContext() function in Fortran::semantics::DirectiveAttributeVisitor
123 void Post(const parser::OpenACCBlockConstruct &) { PopContext(); } in Post()
125 void Post(const parser::OpenACCCombinedConstruct &) { PopContext(); } in Post()
139 void Post(const parser::OpenACCLoopConstruct &) { PopContext(); } in Post()
151 void Post(const parser::OpenACCCacheConstruct &) { PopContext(); } in Post()
305 void Post(const parser::OpenMPLoopConstruct &) { PopContext(); } in Post()
312 void Post(const parser::OpenMPSectionsConstruct &) { PopContext(); } in Post()
315 void Post(const parser::OpenMPCriticalConstruct &) { PopContext(); } in Post()
327 void Post(const parser::OpenMPThreadprivate &) { PopContext(); } in Post()
1152 PopContext(); in Post()
[all …]
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-state.h128 void PopContext() { in PopContext() function
/llvm-project-15.0.7/flang/lib/Parser/
H A Dbasic-parsers.h187 state.PopContext(); in Parse()