Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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::__anon8c8f356f0111::ThreadSafeToolResults
38 Results.addResult(Key, Value); in addResult()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DExecution.h49 virtual void addResult(StringRef Key, StringRef Value) = 0;
62 void addResult(StringRef Key, StringRef Value) override;
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp147 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.cpp745 MFI->addResult(RetTy); in fastLowerArguments()
H A DWebAssemblyISelLowering.cpp1183 MFI->addResult(VT); in LowerFormalArguments()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp5087 void addResult(Member &&M) { in addResult() function in __anon8eeea52a0711::ConceptInfo::ValidVisitor
5106 addResult(std::move(M)); in addType()
5129 addResult(std::move(Result)); in addValue()