Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp87 if (!Obj.DeclNameInfos.empty()) in toJSON()
88 JsonObj["declNameInfos"] = Obj.DeclNameInfos; in toJSON()
226 CD.DeclNameInfos = in run()
230 CD.DeclNameInfos.insert(CD.DeclNameInfos.end(), DI.begin(), DI.end()); in run()
H A DAPIData.h25 std::vector<std::string> DeclNameInfos; member