Home
last modified time | relevance | path

Searched defs:isBlock (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCPseudoProbe.h132 bool isBlock() const { in isBlock() function
/openbsd/gnu/llvm/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp250 static Expected<bool> isBlock(BitstreamCursor &Stream, unsigned BlockID) { in isBlock() function
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h702 void addCapture(ValueDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp2527 bool isBlock = type->isBlockPointerType(); in EmitARCStoreStrong() local