Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DDiagnosticError.h27 PartialDiagnosticAt &getDiagnostic() { return Diag; } in getDiagnostic() function
28 const PartialDiagnosticAt &getDiagnostic() const { return Diag; } in getDiagnostic() function
43 Result = std::move(E.getDiagnostic()); in take()
/openbsd/src/gnu/llvm/clang/tools/libclang/
DCIndexDiagnostic.h40 CXDiagnosticImpl *getDiagnostic(unsigned i) const { in getDiagnostic() function
DCIndexDiagnostic.cpp223 return Diags->getDiagnostic(Index); in clang_getDiagnostic()
452 return D->getDiagnostic(Index); in clang_getDiagnosticInSet()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DDependentDiagnostic.h94 const PartialDiagnostic &getDiagnostic() const { in getDiagnostic() function
/openbsd/src/gnu/llvm/clang/tools/clang-refactor/
DTestSupport.cpp192 const PartialDiagnosticAt &Diag = Err.getDiagnostic(); in handleAllResults()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaAccess.cpp1535 Entity.setDiag(DD.getDiagnostic()); in HandleDependentAccessCheck()
1543 Entity.setDiag(DD.getDiagnostic()); in HandleDependentAccessCheck()
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DDiagnosticInfo.h944 const SMDiagnostic &getDiagnostic() const { return Diagnostic; } in getDiagnostic() function
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReader.cpp1295 auto Diag = E.getDiagnostic().second; in Error()