Searched refs:BlockLoc (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 4560 const FunctionTypeLoc &BlockLoc, in AddObjCBlockCall() argument 4563 GetCompletionTypeString(BlockLoc.getReturnLoc().getType(), Context, in AddObjCBlockCall() 4572 for (unsigned I = 0, N = BlockLoc.getNumParams(); I != N; ++I) { in AddObjCBlockCall() 4578 FormatFunctionParameter(Policy, BlockLoc.getParam(I)); in AddObjCBlockCall() 4623 FunctionTypeLoc BlockLoc; in AddObjCProperties() local 4625 findTypeLocationForBlockDecl(P->getTypeSourceInfo(), BlockLoc, in AddObjCProperties() 4627 if (!BlockLoc) { in AddObjCProperties() 4641 BlockLoc, BlockProtoLoc); in AddObjCProperties() 4660 getCompletionPrintingPolicy(Results.getSema()), P, BlockLoc, in AddObjCProperties() 4674 (BlockLoc.getTypePtr()->getReturnType()->isVoidType() in AddObjCProperties()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 4055 SourceLocation BlockLoc = CE->getExprLoc(); in SynthesizeBlockFunc() local 4057 ConvertSourceLocationToLineDirective(BlockLoc, S); in SynthesizeBlockFunc()
|