Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Index/
H A DIndexDataConsumer.h57 virtual bool handleModuleOccurence(const ImportDecl *ImportD,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexingContext.cpp91 DataConsumer.handleModuleOccurence(ImportD, Mod, in reportModuleReferences()
137 return DataConsumer.handleModuleOccurence(ImportD, Mod, Roles, Loc); in importedModule()
H A DIndexingAction.cpp39 bool IndexDataConsumer::handleModuleOccurence(const ImportDecl *ImportD, in handleModuleOccurence() function in IndexDataConsumer