Searched refs:BlockLoc (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 4563 const FunctionTypeLoc &BlockLoc, in AddObjCBlockCall() argument 4566 GetCompletionTypeString(BlockLoc.getReturnLoc().getType(), Context, in AddObjCBlockCall() 4575 for (unsigned I = 0, N = BlockLoc.getNumParams(); I != N; ++I) { in AddObjCBlockCall() 4581 FormatFunctionParameter(Policy, BlockLoc.getParam(I)); in AddObjCBlockCall() 4626 FunctionTypeLoc BlockLoc; in AddObjCProperties() local 4628 findTypeLocationForBlockDecl(P->getTypeSourceInfo(), BlockLoc, in AddObjCProperties() 4630 if (!BlockLoc) { in AddObjCProperties() 4644 BlockLoc, BlockProtoLoc); in AddObjCProperties() 4663 getCompletionPrintingPolicy(Results.getSema()), P, BlockLoc, in AddObjCProperties() 4677 (BlockLoc.getTypePtr()->getReturnType()->isVoidType() in AddObjCProperties()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 4044 SourceLocation BlockLoc = CE->getExprLoc(); in SynthesizeBlockFunc() local 4046 ConvertSourceLocationToLineDirective(BlockLoc, S); in SynthesizeBlockFunc()
|