HomeSort by: relevance | last modified time | path
    Searched refs:ProtocolInterface (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Index/
IndexSymbol.h 92 ProtocolInterface = 1 << 8,
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexSymbol.cpp 97 Info.Properties |= (SymbolPropertySet)SymbolProperty::ProtocolInterface;
573 APPLY_FOR_PROPERTY(ProtocolInterface);
594 case SymbolProperty::ProtocolInterface: OS << "protocol"; break;

Completed in 33 milliseconds