Searched refs:ClassII (Results 1 – 1 of 1) sorted by relevance
1137 const IdentifierInfo *ClassII = CTSD->getIdentifier(); in getStdAllocatorCaller() local1139 if (CTSD->isInStdNamespace() && ClassII && in getStdAllocatorCaller()1140 ClassII->isStr("allocator") && TAL.size() >= 1 && in getStdAllocatorCaller()9246 const IdentifierInfo *ClassII = RD->getIdentifier(); in IsDeclSourceLocationCurrent() local9247 return RD->isInStdNamespace() && ClassII && ClassII->isStr("source_location"); in IsDeclSourceLocationCurrent()