Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-include-fixer/tool/
DClangIncludeFixer.cpp102 QuerySymbol("query-symbol", variable
358 if (!QuerySymbol.empty()) { in includeFixerMain()
360 QuerySymbol, /*IsNestedSearch=*/true, SourceFilePath); in includeFixerMain()
372 Symbol.RawIdentifier = QuerySymbol; in includeFixerMain()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1846 for (auto &QuerySymbol : QuerySymbols) { in detachQueryHelper() local
1847 assert(MaterializingInfos.count(QuerySymbol) && in detachQueryHelper()
1849 auto &MI = MaterializingInfos[QuerySymbol]; in detachQueryHelper()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1637 for (auto &QuerySymbol : QuerySymbols) { in detachQueryHelper() local
1638 assert(MaterializingInfos.count(QuerySymbol) && in detachQueryHelper()
1640 auto &MI = MaterializingInfos[QuerySymbol]; in detachQueryHelper()