Home
last modified time | relevance | path

Searched refs:clang_index_getClientEntity (Results 1 – 7 of 7) sorted by relevance

/external/clang/tools/libclang/
Dlibclang.exports263 clang_index_getClientEntity
DIndexing.cpp809 CXIdxClientEntity clang_index_getClientEntity(const CXIdxEntityInfo *info) { in clang_index_getClientEntity() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports298 clang_index_getClientEntity
DIndexing.cpp837 CXIdxClientEntity clang_index_getClientEntity(const CXIdxEntityInfo *info) { in clang_index_getClientEntity() function
/external/clang/include/clang-c/
DIndex.h5800 clang_index_getClientEntity(const CXIdxEntityInfo *);
/external/llvm-project/clang/include/clang-c/
DIndex.h6582 clang_index_getClientEntity(const CXIdxEntityInfo *);
/external/rust/crates/clang-sys/src/
Dlib.rs2127 pub fn clang_index_getClientEntity(info: *const CXIdxEntityInfo) -> CXIdxClientEntity;