Home | History | Annotate | Download | only in Sema

Lines Matching refs:Known

4238   llvm::SmallPtrSet<IdentifierInfo *, 4> Known;
4248 Known.insert(C->Id);
4261 if (Known.insert(Var->getIdentifier()))
5952 /// criteria. Insert those methods into the map of known methods,
6181 // If this interface type is not provably derived from a known
6732 // Add declarations or definitions for each of the known methods.