Lines Matching defs:GuardArgs
184 StringRef GuardArgs = A->getValue();
185 if (GuardArgs == "none")
187 else if (GuardArgs == "cf" || GuardArgs == "cf-nochecks")
191 << A->getSpelling() << GuardArgs;
722 StringRef GuardArgs = A->getValue();
723 if (GuardArgs == "none") {
725 } else if (GuardArgs == "cf") {
728 } else if (GuardArgs == "cf-nochecks") {
733 << A->getSpelling() << GuardArgs;