Searched refs:appendDiagnostic (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexDiagnostic.h45 void appendDiagnostic(std::unique_ptr<CXDiagnosticImpl> D);
103 ChildDiags.appendDiagnostic(std::move(D));
H A DCIndexDiagnostic.cpp33 CXDiagnosticSetImpl::appendDiagnostic(std::unique_ptr<CXDiagnosticImpl> D) { function in class:CXDiagnosticSetImpl
104 CurrentSet->appendDiagnostic(std::move(Owner));
122 CurrentSet->appendDiagnostic(
140 CurrentSet->appendDiagnostic(
H A DCXLoadedDiagnostic.cpp316 TopDiags->appendDiagnostic(std::move(D));
318 CurrentDiags.back()->getChildDiagnostics().appendDiagnostic(std::move(D));

Completed in 132 milliseconds