HomeSort by: relevance | last modified time | path
    Searched refs:isBlockPointer (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp 1632 bool isBlockPointer = T->isBlockPointerType();
1633 if (isBlockPointer)
1648 return std::make_pair(!isBlockPointer ? BlockCaptureEntityKind::ARCStrong
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 801 static inline bool isBlockPointer(Expr *Arg) {
865 if (!isBlockPointer(BlockArg)) {
881 if (!isBlockPointer(BlockArg)) {
995 if (!isBlockPointer(Arg3)) {
1011 if (isBlockPointer(Arg3))
1018 if (!isBlockPointer(Arg6)) {
SemaType.cpp 2980 bool isBlockPointer = false;
3006 isBlockPointer = true;
3045 if (!isBlockPointer && !declSpecType->isObjCObjectType())

Completed in 33 milliseconds