Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexDecl.cpp170 bool hasIBActionAndFirst = D->hasAttr<IBActionAttr>(); in handleObjCMethod() local
172 handleDeclarator(I, D, /*isIBType=*/hasIBActionAndFirst); in handleObjCMethod()
173 hasIBActionAndFirst = false; in handleObjCMethod()