Home | History | Annotate | Download | only in Lex

Lines Matching defs:Existing

849     if (PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace)) {
850 InsertNS = Existing->getIfNamespace();
877 PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace);
878 assert(Existing && "Namespace containing handler does not exist!");
880 NS = Existing->getIfNamespace();