Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()