Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Index/
H A DUSRGeneration.h82 bool generateFullUSRForModule(const Module *Mod, raw_ostream &OS);
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dcore_main.cpp327 generateFullUSRForModule(Mod, OS); in printSymbolNameAndUSR()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DUSRGeneration.cpp1188 bool clang::index::generateFullUSRForModule(const Module *Mod, in generateFullUSRForModule() function in clang::index
1192 if (generateFullUSRForModule(Mod->Parent, OS)) in generateFullUSRForModule()