Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBlocks.cpp1631 bool isBlockPointer = T->isBlockPointerType(); in computeCopyInfoForBlockCapture() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp3140 bool isBlockPointer = false; in inferARCWriteback() local
H A DSemaChecking.cpp1369 static inline bool isBlockPointer(Expr *Arg) { in isBlockPointer() function