Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexingContext.cpp1026 EntityInfo.kind = CXIdxEntity_CXXConstructor; in getEntityInfo()
1056 EntityInfo.kind = CXIdxEntity_CXXConstructor; in getEntityInfo()
/external/clang/include/clang-c/
DIndex.h5356 CXIdxEntity_CXXConstructor = 22, enumerator
/external/clang/tools/c-index-test/
Dc-index-test.c2509 case CXIdxEntity_CXXConstructor: return "constructor"; in getEntityKindString()