Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp1260 case SymbolKind::Variable: return CXIdxEntity_Variable; in getEntityKindFromSymbolKind()
1288 case SymbolKind::Parameter: return CXIdxEntity_Variable; in getEntityKindFromSymbolKind()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h6263 CXIdxEntity_Variable = 3, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c3483 case CXIdxEntity_Variable: return "variable"; in getEntityKindString()