Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp3959 const FunctionTypeLoc &BlockLoc, in AddObjCBlockCall() argument
3962 GetCompletionTypeString(BlockLoc.getReturnLoc().getType(), Context, in AddObjCBlockCall()
3971 for (unsigned I = 0, N = BlockLoc.getNumParams(); I != N; ++I) { in AddObjCBlockCall()
3977 FormatFunctionParameter(Policy, BlockLoc.getParam(I)); in AddObjCBlockCall()
4022 FunctionTypeLoc BlockLoc; in AddObjCProperties() local
4024 findTypeLocationForBlockDecl(P->getTypeSourceInfo(), BlockLoc, in AddObjCProperties()
4026 if (!BlockLoc) { in AddObjCProperties()
4040 BlockLoc, BlockProtoLoc); in AddObjCProperties()
4059 getCompletionPrintingPolicy(Results.getSema()), P, BlockLoc, in AddObjCProperties()
4073 (BlockLoc.getTypePtr()->getReturnType()->isVoidType() in AddObjCProperties()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp4047 SourceLocation BlockLoc = CE->getExprLoc(); in SynthesizeBlockFunc() local
4049 ConvertSourceLocationToLineDirective(BlockLoc, S); in SynthesizeBlockFunc()