Home | History | Annotate | Download | only in Lex

Lines Matching refs:Existing

735     if (PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace)) {
736 InsertNS = Existing->getIfNamespace();
763 PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace);
764 assert(Existing && "Namespace containing handler does not exist!");
766 NS = Existing->getIfNamespace();