Searched defs:isBlockPointer (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGBlocks.cpp | 1600 bool isBlockPointer = T->isBlockPointerType(); computeCopyInfoForBlockCapture() local |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaType.cpp | 3233 bool isBlockPointer = false; inferARCWriteback() local |
H A D | SemaChecking.cpp | 1451 static inline bool isBlockPointer(Expr *Arg) { isBlockPointer() function |