Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DPseudoProbe.h136 bool isBlock() const { return Type == PseudoProbeType::Block; } in isBlock() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp248 static Expected<bool> isBlock(BitstreamCursor &Stream, unsigned BlockID) { in isBlock() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h686 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp2470 bool isBlock = type->isBlockPointerType(); in EmitARCStoreStrong() local