Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexDecl.cpp296 IndexCtx.handleFunctionTemplate(D); in VisitFunctionTemplateDecl()
DIndexingContext.h431 bool handleFunctionTemplate(const FunctionTemplateDecl *D);
DIndexingContext.cpp640 bool IndexingContext::handleFunctionTemplate(const FunctionTemplateDecl *D) { in handleFunctionTemplate() function in IndexingContext