Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/
H A DUSRGeneration.h82 bool generateFullUSRForModule(const Module *Mod, raw_ostream &OS);
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dcore_main.cpp323 generateFullUSRForModule(Mod, OS); in printSymbolNameAndUSR()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp1134 bool clang::index::generateFullUSRForModule(const Module *Mod, in generateFullUSRForModule() function in clang::index
1138 if (generateFullUSRForModule(Mod->Parent, OS)) in generateFullUSRForModule()