Home
last modified time | relevance | path

Searched refs:indexDeclaration (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp546 if (!CB.indexDeclaration || !D) in handleDecl()
596 CB.indexDeclaration(ClientData, &DInfo); in handleDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h6551 void (*indexDeclaration)(CXClientData client_data, const CXIdxDeclInfo *); member