Searched refs:getDiagnostic (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticError.h26 PartialDiagnosticAt &getDiagnostic() { return Diag; } function in class:clang::DiagnosticError
27 const PartialDiagnosticAt &getDiagnostic() const { return Diag; } function in class:clang::DiagnosticError
42 Result = std::move(E.getDiagnostic());
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexDiagnostic.h40 CXDiagnosticImpl *getDiagnostic(unsigned i) const { function in class:clang::CXDiagnosticSetImpl
H A DCIndexDiagnostic.cpp223 return Diags->getDiagnostic(Index);
452 return D->getDiagnostic(Index);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDependentDiagnostic.h94 const PartialDiagnostic &getDiagnostic() const { function in class:clang::DependentDiagnostic
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DTestSupport.cpp191 const PartialDiagnosticAt &Diag = Err.getDiagnostic();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAccess.cpp1532 Entity.setDiag(DD.getDiagnostic());
1540 Entity.setDiag(DD.getDiagnostic());
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDiagnosticInfo.h939 const SMDiagnostic &getDiagnostic() const { return Diagnostic; } function in class:llvm::DiagnosticInfoMIRParser

Completed in 133 milliseconds