Home
last modified time | relevance | path

Searched refs:ClassII (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1137 const IdentifierInfo *ClassII = CTSD->getIdentifier(); in getStdAllocatorCaller() local
1139 if (CTSD->isInStdNamespace() && ClassII && in getStdAllocatorCaller()
1140 ClassII->isStr("allocator") && TAL.size() >= 1 && in getStdAllocatorCaller()
9246 const IdentifierInfo *ClassII = RD->getIdentifier(); in IsDeclSourceLocationCurrent() local
9247 return RD->isInStdNamespace() && ClassII && ClassII->isStr("source_location"); in IsDeclSourceLocationCurrent()