Searched refs:ClassII (Results 1 – 2 of 2) sorted by relevance
138 const IdentifierInfo *ClassII = CTSD->getIdentifier(); in getStdAllocatorCaller() local140 if (CTSD->isInStdNamespace() && ClassII && ClassII->isStr("allocator") && in getStdAllocatorCaller()
1157 const IdentifierInfo *ClassII = CTSD->getIdentifier(); in getStdAllocatorCaller() local1159 if (CTSD->isInStdNamespace() && ClassII && in getStdAllocatorCaller()1160 ClassII->isStr("allocator") && TAL.size() >= 1 && in getStdAllocatorCaller()9667 const IdentifierInfo *ClassII = RD->getIdentifier(); in IsDeclSourceLocationCurrent() local9668 return RD->isInStdNamespace() && ClassII && ClassII->isStr("source_location"); in IsDeclSourceLocationCurrent()