Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp1079 const IdentifierInfo *ClassII = CTSD->getIdentifier(); in getStdAllocatorCaller() local
1081 if (CTSD->isInStdNamespace() && ClassII && in getStdAllocatorCaller()
1082 ClassII->isStr("allocator") && TAL.size() >= 1 && in getStdAllocatorCaller()
8869 const IdentifierInfo *ClassII = RD->getIdentifier(); in IsDeclSourceLocationCurrent() local
8870 return RD->isInStdNamespace() && ClassII && ClassII->isStr("source_location"); in IsDeclSourceLocationCurrent()