Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexSymbol.cpp100 Info.Properties |= (SymbolPropertySet)SymbolProperty::ProtocolInterface; in getSymbolInfo()
525 APPLY_FOR_PROPERTY(ProtocolInterface); in applyForEachSymbolProperty()
546 case SymbolProperty::ProtocolInterface: OS << "protocol"; break; in printSymbolProperties()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Index/
H A DIndexSymbol.h90 ProtocolInterface = 1 << 8, enumerator