Searched defs:PushContext (Results 1 – 3 of 3) sorted by relevance
/llvm-project/flang/include/flang/Parser/ | ||
H A D | parse-state.h | 122 void PushContext(MessageFixedText text) { in PushContext() function |
/llvm-project/flang/lib/Semantics/ | ||
H A D | check-directive-structure.h | 307 void PushContext(const parser::CharBlock &source, D dir) { PushContext() function |
H A D | resolve-directives.cpp | 68 void PushContext(const parser::CharBlock &source, T dir, Scope &scope) { in PushContext() function in Fortran::semantics::DirectiveAttributeVisitor |