Home
last modified time | relevance | path

Searched refs:addResult (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DExecution.cpp22 void InMemoryToolResults::addResult(StringRef Key, StringRef Value) { in addResult() function in clang::tooling::InMemoryToolResults
39 Results->addResult(Key, Value); in reportResult()
H A DAllTUsExecution.cpp36 void addResult(StringRef Key, StringRef Value) override { in addResult() function in clang::tooling::__anon9924c48e0111::ThreadSafeToolResults
38 Results.addResult(Key, Value); in addResult()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DExecution.h49 virtual void addResult(StringRef Key, StringRef Value) = 0;
62 void addResult(StringRef Key, StringRef Value) override;
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp162 addResult(WebAssembly::parseMVT(VT.Value)); in initializeBaseYamlFields()
H A DWebAssemblyMachineFunctionInfo.h84 void addResult(MVT VT) { Results.push_back(VT); } in addResult() function
H A DWebAssemblyFastISel.cpp758 MFI->addResult(RetTy); in fastLowerArguments()
H A DWebAssemblyISelLowering.cpp1410 MFI->addResult(VT); in LowerFormalArguments()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp5496 void addResult(Member &&M) { in addResult() function in __anone047e0890b11::ConceptInfo::ValidVisitor
5515 addResult(std::move(M)); in addType()
5538 addResult(std::move(Result)); in addValue()