Lines Matching refs:PopContext
54 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()
132 void Post(const parser::OpenACCLoopConstruct &) { PopContext(); } in Post()
138 void Post(const parser::OpenACCStandaloneConstruct &) { PopContext(); } in Post()
144 void Post(const parser::OpenACCCacheConstruct &) { PopContext(); } in Post()
241 void Post(const parser::OpenMPLoopConstruct &) { PopContext(); } in Post()
248 void Post(const parser::OpenMPSectionsConstruct &) { PopContext(); } in Post()
258 void Post(const parser::OpenMPDeclareSimdConstruct &) { PopContext(); } in Post()
260 void Post(const parser::OpenMPThreadprivate &) { PopContext(); } in Post()
815 PopContext(); in Post()