Home | History | Annotate | Download | only in Lex

Lines Matching defs:Existing

861     if (PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace)) {
862 InsertNS = Existing->getIfNamespace();
889 PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace);
890 assert(Existing && "Namespace containing handler does not exist!");
892 NS = Existing->getIfNamespace();