Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/
H A DIndexSymbol.h49 StaticProperty, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexSymbol.cpp149 Info.Kind = SymbolKind::StaticProperty; in getSymbolInfo()
523 case SymbolKind::StaticProperty: return "static-property"; in getSymbolKindString()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp1282 case SymbolKind::StaticProperty: return CXIdxEntity_CXXStaticVariable; in getEntityKindFromSymbolKind()