Home
last modified time | relevance | path

Searched refs:objCBlocks (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DMissingFeatures.h226 static bool objCBlocks() { return false; } in objCBlocks() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExpr.cpp1300 assert(!cir::MissingFeatures::objCBlocks()); in emitCallExpr()