Searched refs:isBlockPointer (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1600 bool isBlockPointer = T->isBlockPointerType(); local
1601 if (isBlockPointer)
1616 return std::make_pair(!isBlockPointer ? BlockCaptureEntityKind::ARCStrong
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp1451 static inline bool isBlockPointer(Expr *Arg) { function
1521 if (!isBlockPointer(BlockArg)) {
1537 if (!isBlockPointer(BlockArg)) {
1651 if (!isBlockPointer(Arg3)) {
1667 if (isBlockPointer(Arg3))
1674 if (!isBlockPointer(Arg6)) {
H A DSemaType.cpp3233 bool isBlockPointer = false; local
3259 isBlockPointer = true;
3298 if (!isBlockPointer && !declSpecType->isObjCObjectType())

Completed in 295 milliseconds