Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp1076 const IdentifierInfo *ClassII = CTSD->getIdentifier(); in getStdAllocatorCaller() local
1078 if (CTSD->isInStdNamespace() && ClassII && in getStdAllocatorCaller()
1079 ClassII->isStr("allocator") && TAL.size() >= 1 && in getStdAllocatorCaller()
8850 const IdentifierInfo *ClassII = RD->getIdentifier(); in IsDeclSourceLocationCurrent() local
8851 return RD->isInStdNamespace() && ClassII && ClassII->isStr("source_location"); in IsDeclSourceLocationCurrent()