Searched defs:addResult (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/Tooling/ | ||
H A D | Execution.cpp | 22 void InMemoryToolResults::addResult(StringRef Key, StringRef Value) { in addResult() function in clang::tooling::InMemoryToolResults |
H A D | AllTUsExecution.cpp | 36 void addResult(StringRef Key, StringRef Value) override { in addResult() function in clang::tooling::__anon051eaaa50111::ThreadSafeToolResults |
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ | ||
H A D | WebAssemblyMachineFunctionInfo.h | 83 void addResult(MVT VT) { Results.push_back(VT); } in addResult() function |
/openbsd-src/gnu/llvm/clang/lib/Sema/ | ||
H A D | SemaCodeComplete.cpp | 5400 void addResult(Member &&M) { in addResult() function in __anon4b9354e00b11::ConceptInfo::ValidVisitor |