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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp172 bool hasIBActionAndFirst = D->hasAttr<IBActionAttr>(); local
174 handleDeclarator(I, D, /*isIBType=*/hasIBActionAndFirst);
175 hasIBActionAndFirst = false;

Completed in 48 milliseconds