Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/OpenACC/IR/
DOpenACC.cpp234 if (failed(parseOptionalOperand(parser, ParallelOp::getIfKeyword(), ifCond, in parseParallelOp()
383 printer << " " << ParallelOp::getIfKeyword() << "(" << ifCond << ")"; in print()
/external/llvm-project/clang/include/clang/Tooling/Syntax/
DNodes.h276 Leaf *getIfKeyword();
/external/llvm-project/clang/lib/Tooling/Syntax/
DNodes.cpp256 syntax::Leaf *syntax::IfStatement::getIfKeyword() { in getIfKeyword() function in syntax::IfStatement
/external/llvm-project/mlir/include/mlir/Dialect/OpenACC/
DOpenACCOps.td133 static StringRef getIfKeyword() { return "if"; }