Home | History | Annotate | Download | only in Sema

Lines Matching refs:Known

4353   llvm::SmallPtrSet<IdentifierInfo *, 4> Known;
4363 Known.insert(C->Id);
4376 if (Known.insert(Var->getIdentifier()))
6113 /// criteria. Insert those methods into the map of known methods,
6351 // If this interface type is not provably derived from a known
6902 // Add declarations or definitions for each of the known methods.