Searched refs:ClassII (Results 1 – 1 of 1) sorted by relevance
1079 const IdentifierInfo *ClassII = CTSD->getIdentifier(); in getStdAllocatorCaller() local1081 if (CTSD->isInStdNamespace() && ClassII && in getStdAllocatorCaller()1082 ClassII->isStr("allocator") && TAL.size() >= 1 && in getStdAllocatorCaller()8869 const IdentifierInfo *ClassII = RD->getIdentifier(); in IsDeclSourceLocationCurrent() local8870 return RD->isInStdNamespace() && ClassII && ClassII->isStr("source_location"); in IsDeclSourceLocationCurrent()