Home
last modified time | relevance | path

Searched defs:addDiag (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DState.cpp81 PartialDiagnostic &State::addDiag(SourceLocation Loc, diag::kind DiagId) { in addDiag() function in State
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2274 auto addDiag = [&DeclDiags](SourceLocation Loc, PartialDiagnostic PD) { in ActOnPopScope() local