Home
last modified time | relevance | path

Searched defs:isBlockPointer (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp1632 bool isBlockPointer = T->isBlockPointerType(); in computeCopyInfoForBlockCapture() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp2980 bool isBlockPointer = false; in inferARCWriteback() local
H A DSemaChecking.cpp801 static inline bool isBlockPointer(Expr *Arg) { in isBlockPointer() function