Home
last modified time | relevance | path

Searched refs:BlockLoc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp4834 const FunctionTypeLoc &BlockLoc, in AddObjCBlockCall() argument
4837 GetCompletionTypeString(BlockLoc.getReturnLoc().getType(), Context, in AddObjCBlockCall()
4846 for (unsigned I = 0, N = BlockLoc.getNumParams(); I != N; ++I) { in AddObjCBlockCall()
4852 FormatFunctionParameter(Policy, BlockLoc.getParam(I)); in AddObjCBlockCall()
4897 FunctionTypeLoc BlockLoc; in AddObjCProperties() local
4899 findTypeLocationForBlockDecl(P->getTypeSourceInfo(), BlockLoc, in AddObjCProperties()
4901 if (!BlockLoc) { in AddObjCProperties()
4915 BlockLoc, BlockProtoLoc); in AddObjCProperties()
4934 getCompletionPrintingPolicy(Results.getSema()), P, BlockLoc, in AddObjCProperties()
4948 (BlockLoc.getTypePtr()->getReturnType()->isVoidType() in AddObjCProperties()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp4045 SourceLocation BlockLoc = CE->getExprLoc(); in SynthesizeBlockFunc() local
4047 ConvertSourceLocationToLineDirective(BlockLoc, S); in SynthesizeBlockFunc()