Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h6519 CXIdxEntityRef_Implicit = 2 enumerator
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp191 Kind = CXIdxEntityRef_Implicit; in handleDeclOccurrence()
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c3832 case CXIdxEntityRef_Implicit: printf("implicit"); break; in index_indexEntityReference()