Searched refs:directiveSource (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/flang/lib/Semantics/ |
D | check-directive-structure.h | 124 : directiveSource{source}, directive{d} {} in DirectiveContext() 126 parser::CharBlock directiveSource{nullptr}; 161 GetContext().directiveSource = directive; in SetContextDirectiveSource() 230 const parser::CharBlock &directiveSource); 272 const parser::CharBlock &directiveSource) { in CheckNoBranching() argument 274 context_, directiveSource, directive, ContextDirectiveAsFortran()}; in CheckNoBranching() 305 context_.Say(GetContext().directiveSource, in CheckAtLeastOneClause() 334 context_.Say(GetContext().directiveSource, in CheckRequireAtLeastOneOf() 358 parser::ToUpperCaseLetters(GetContext().directiveSource.ToString())); in CheckAllowed() 367 parser::ToUpperCaseLetters(GetContext().directiveSource.ToString())); in CheckAllowed() [all …]
|
D | resolve-directives.cpp | 37 : directiveSource{source}, directive{d}, scope{s} {} in DirContext() 38 parser::CharBlock directiveSource; member 56 GetContext().directiveSource = dir; in SetContextDirectiveSource()
|
D | check-acc-structure.cpp | 81 context_.Say(GetContext().directiveSource, in CheckNotInComputeConstruct()
|
D | check-omp-structure.cpp | 501 GetContext().directiveSource, "Cannot apply to directive"_en_US); in Enter()
|