Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpState.cpp129 const IdentifierInfo *FnII = MD->getIdentifier(); in getStdAllocatorCaller() local
130 if (!FnII || !FnII->isStr(Name)) in getStdAllocatorCaller()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1148 const IdentifierInfo *FnII = MD->getIdentifier(); in getStdAllocatorCaller() local
1149 if (!FnII || !FnII->isStr(FnName)) in getStdAllocatorCaller()
9659 const IdentifierInfo *FnII = FD->getIdentifier(); in IsDeclSourceLocationCurrent() local
9660 if (!FnII || !FnII->isStr("current")) in IsDeclSourceLocationCurrent()