Home
last modified time | relevance | path

Searched refs:InCompilerDirective (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/lib/Parser/
Dprescan.h139 bool InCompilerDirective() const { return directiveSentinel_ != nullptr; } in InCompilerDirective() function
141 return inFixedForm_ && !inPreprocessorDirective_ && !InCompilerDirective(); in InFixedFormSource()
Dprescan.cpp110 CHECK(InCompilerDirective()); in Statement()
848 if (InCompilerDirective()) { in FixedFormContinuationLine()
912 if (InCompilerDirective()) { in FreeFormContinuationLine()