Searched refs:BlockPtr (Results 1 – 1 of 1) sorted by relevance
2178 if (BlockPointerTypeLoc BlockPtr = TL.getAs<BlockPointerTypeLoc>()) { in FormatFunctionParameter() local2179 TL = BlockPtr.getPointeeLoc().IgnoreParens(); in FormatFunctionParameter()3945 else if (const BlockPointerType *BlockPtr in CodeCompleteCall() local3947 FunctionType = BlockPtr->getPointeeType(); in CodeCompleteCall()