Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DIndexSymbol.cpp43 static void checkForIBOutlets(const Decl *D, SymbolSubKindSet &SubKindSet) { in checkForIBOutlets() argument
45 SubKindSet |= (unsigned)SymbolSubKind::IBAnnotated; in checkForIBOutlets()
47 SubKindSet |= (unsigned)SymbolSubKind::IBAnnotated; in checkForIBOutlets()
48 SubKindSet |= (unsigned)SymbolSubKind::IBOutletCollection; in checkForIBOutlets()