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