Lines Matching defs:GuardArgs
180 StringRef GuardArgs = A->getValue();
181 if (GuardArgs == "none")
183 else if (GuardArgs == "cf" || GuardArgs == "cf-nochecks")
187 << A->getSpelling() << GuardArgs;
714 StringRef GuardArgs = A->getValue();
715 if (GuardArgs == "none") {
717 } else if (GuardArgs == "cf") {
720 } else if (GuardArgs == "cf-nochecks") {
725 << A->getSpelling() << GuardArgs;