Searched defs:isBlockPointer (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaOpenCL.cpp | 99 static inline bool isBlockPointer(Expr *Arg) { in isBlockPointer() function |
H A D | SemaType.cpp | 2757 bool isBlockPointer = false; inferARCWriteback() local |
/llvm-project/clang/lib/AST/Interp/ | ||
H A D | Pointer.h |
|
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGBlocks.cpp | 1604 bool isBlockPointer = T->isBlockPointerType(); computeCopyInfoForBlockCapture() local |