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

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

Completed in 232 milliseconds