Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h92 GKInspectable = 1 << 6, enumerator
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp240 Info.Properties |= (SymbolPropertySet)SymbolProperty::GKInspectable; in getSymbolInfo()
582 APPLY_FOR_PROPERTY(GKInspectable); in applyForEachSymbolProperty()
603 case SymbolProperty::GKInspectable: OS << "GKI"; break; in printSymbolProperties()