Searched refs:ClassII (Results 1 – 1 of 1) sorted by relevance
1132 const IdentifierInfo *ClassII = CTSD->getIdentifier(); in getStdAllocatorCaller() local1134 if (CTSD->isInStdNamespace() && ClassII && in getStdAllocatorCaller()1135 ClassII->isStr("allocator") && TAL.size() >= 1 && in getStdAllocatorCaller()9154 const IdentifierInfo *ClassII = RD->getIdentifier(); in IsDeclSourceLocationCurrent() local9155 return RD->isInStdNamespace() && ClassII && ClassII->isStr("source_location"); in IsDeclSourceLocationCurrent()