Home
last modified time | relevance | path

Searched refs:getIfKeyword (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/OpenACC/IR/
H A DOpenACC.cpp273 if (failed(parseOptionalOperand(parser, ParallelOp::getIfKeyword(), ifCond, in parse()
420 printer << " " << ParallelOp::getIfKeyword() << "(" << ifCond << ")"; in print()
/llvm-project-15.0.7/clang/include/clang/Tooling/Syntax/
H A DNodes.h271 Leaf *getIfKeyword();
/llvm-project-15.0.7/clang/lib/Tooling/Syntax/
H A DNodes.cpp256 syntax::Leaf *syntax::IfStatement::getIfKeyword() { in getIfKeyword() function in syntax::IfStatement
/llvm-project-15.0.7/mlir/include/mlir/Dialect/OpenACC/
H A DOpenACCOps.td130 static StringRef getIfKeyword() { return "if"; }