Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp4506 const FunctionTypeLoc &BlockLoc, in AddObjCBlockCall() argument
4509 GetCompletionTypeString(BlockLoc.getReturnLoc().getType(), Context, in AddObjCBlockCall()
4518 for (unsigned I = 0, N = BlockLoc.getNumParams(); I != N; ++I) { in AddObjCBlockCall()
4524 FormatFunctionParameter(Policy, BlockLoc.getParam(I)); in AddObjCBlockCall()
4569 FunctionTypeLoc BlockLoc; in AddObjCProperties() local
4571 findTypeLocationForBlockDecl(P->getTypeSourceInfo(), BlockLoc, in AddObjCProperties()
4573 if (!BlockLoc) { in AddObjCProperties()
4587 BlockLoc, BlockProtoLoc); in AddObjCProperties()
4606 getCompletionPrintingPolicy(Results.getSema()), P, BlockLoc, in AddObjCProperties()
4620 (BlockLoc.getTypePtr()->getReturnType()->isVoidType() in AddObjCProperties()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp4052 SourceLocation BlockLoc = CE->getExprLoc(); in SynthesizeBlockFunc() local
4054 ConvertSourceLocationToLineDirective(BlockLoc, S); in SynthesizeBlockFunc()
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp4055 SourceLocation BlockLoc = CE->getExprLoc(); in SynthesizeBlockFunc() local
4057 ConvertSourceLocationToLineDirective(BlockLoc, S); in SynthesizeBlockFunc()