Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.h410 bool handleFunctionTemplate(const FunctionTemplateDecl *D);
H A DCXIndexDataConsumer.cpp136 DataConsumer.handleFunctionTemplate(D); in VisitFunctionTemplateDecl()
871 bool CXIndexDataConsumer::handleFunctionTemplate(const FunctionTemplateDecl *D) { in handleFunctionTemplate() function in CXIndexDataConsumer