Lines Matching defs:BlockLoc
5091 const FunctionTypeLoc &BlockLoc,
5094 GetCompletionTypeString(BlockLoc.getReturnLoc().getType(), Context,
5103 for (unsigned I = 0, N = BlockLoc.getNumParams(); I != N; ++I) {
5109 FormatFunctionParameter(Policy, BlockLoc.getParam(I));
5154 FunctionTypeLoc BlockLoc;
5156 findTypeLocationForBlockDecl(P->getTypeSourceInfo(), BlockLoc,
5158 if (!BlockLoc) {
5172 BlockLoc, BlockProtoLoc);
5191 getCompletionPrintingPolicy(Results.getSema()), P, BlockLoc,
5205 (BlockLoc.getTypePtr()->getReturnType()->isVoidType()