Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1600 bool isBlockPointer = T->isBlockPointerType(); computeCopyInfoForBlockCapture() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3233 bool isBlockPointer = false; inferARCWriteback() local
H A DSemaChecking.cpp1451 static inline bool isBlockPointer(Expr *Arg) { isBlockPointer() function