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.cpp1698 std::string IsOmitted = arg->getIsOmitted(); in writePrettyPrintFunction() local
1699 if (arg->isOptional() && IsOmitted != "false") in writePrettyPrintFunction()
1700 OS << " if (!(" << IsOmitted << ")) {\n"; in writePrettyPrintFunction()
1707 if (arg->isOptional() && IsOmitted != "false") in writePrettyPrintFunction()