Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpState.cpp138 const IdentifierInfo *ClassII = CTSD->getIdentifier(); in getStdAllocatorCaller() local
140 if (CTSD->isInStdNamespace() && ClassII && ClassII->isStr("allocator") && in getStdAllocatorCaller()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1157 const IdentifierInfo *ClassII = CTSD->getIdentifier(); in getStdAllocatorCaller() local
1159 if (CTSD->isInStdNamespace() && ClassII && in getStdAllocatorCaller()
1160 ClassII->isStr("allocator") && TAL.size() >= 1 && in getStdAllocatorCaller()
9667 const IdentifierInfo *ClassII = RD->getIdentifier(); in IsDeclSourceLocationCurrent() local
9668 return RD->isInStdNamespace() && ClassII && ClassII->isStr("source_location"); in IsDeclSourceLocationCurrent()