Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h2913 CXVisibility_Protected, enumerator
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c1485 case CXVisibility_Protected: visibility = "Protected"; break; in PrintVisibility()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp8108 return CXVisibility_Protected; in clang_getCursorVisibility()