Searched defs:addResult (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/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::__anon9924c48e0111::ThreadSafeToolResults |
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ | ||
H A D | WebAssemblyMachineFunctionInfo.h | 84 void addResult(MVT VT) { Results.push_back(VT); } in addResult() function |
/freebsd/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaCodeComplete.cpp | 5496 void addResult(Member &&M) { in addResult() function in __anone047e0890b11::ConceptInfo::ValidVisitor |