Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1547 std::string IsOmitted = arg->getIsOmitted(); in writePrettyPrintFunction() local
1548 if (arg->isOptional() && IsOmitted != "false") in writePrettyPrintFunction()
1549 OS << " if (!(" << IsOmitted << ")) {\n"; in writePrettyPrintFunction()
1556 if (arg->isOptional() && IsOmitted != "false") in writePrettyPrintFunction()