Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Index/
H A DIndexDecl.cpp183 bool hasIBActionAndFirst = D->hasAttr<IBActionAttr>(); in handleObjCMethod() local
185 handleDeclarator(I, D, /*isIBType=*/hasIBActionAndFirst); in handleObjCMethod()
186 hasIBActionAndFirst = false; in handleObjCMethod()