Home
last modified time | relevance | path

Searched refs:OmpAlignedClause (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dcheck-omp-structure.h160 void Enter(const parser::OmpAlignedClause &);
Dcheck-omp-structure.cpp455 void OmpStructureChecker::Enter(const parser::OmpAlignedClause &x) { in CHECK_SIMPLE_PARSER_CLAUSE()
Dresolve-directives.cpp305 bool Pre(const parser::OmpAlignedClause &x) { in Pre()
/external/llvm-project/flang/lib/Parser/
Dopenmp-parsers.cpp149 TYPE_PARSER(construct<OmpAlignedClause>(
159 construct<OmpClause>(parenthesized(Parser<OmpAlignedClause>{})) ||
Dunparse.cpp1984 void Unparse(const OmpAlignedClause &x) { in Unparse()
/external/llvm-project/flang/include/flang/Parser/
Ddump-parse-tree.h444 NODE(parser, OmpAlignedClause) in NODE()
Dparse-tree.h3375 struct OmpAlignedClause { struct
3376 TUPLE_CLASS_BOILERPLATE(OmpAlignedClause);
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMP.td92 let flangClass = "OmpAlignedClause";