Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1683 std::string IsOmitted = arg->getIsOmitted(); in writePrettyPrintFunction() local
1684 if (arg->isOptional() && IsOmitted != "false") in writePrettyPrintFunction()
1685 OS << " if (!(" << IsOmitted << ")) {\n"; in writePrettyPrintFunction()
1692 if (arg->isOptional() && IsOmitted != "false") in writePrettyPrintFunction()