Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaCodeComplete.cpp2178 if (BlockPointerTypeLoc BlockPtr = TL.getAs<BlockPointerTypeLoc>()) { in FormatFunctionParameter() local
2179 TL = BlockPtr.getPointeeLoc().IgnoreParens(); in FormatFunctionParameter()
3945 else if (const BlockPointerType *BlockPtr in CodeCompleteCall() local
3947 FunctionType = BlockPtr->getPointeeType(); in CodeCompleteCall()