Home
last modified time | relevance | path

Searched refs:addNotes (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DState.h114 void addNotes(ArrayRef<PartialDiagnosticAt> Diags);
H A DState.cpp68 void State::addNotes(ArrayRef<PartialDiagnosticAt> Diags) { in addNotes() function in State
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3315 Info.addNotes(Notes); in evaluateVarDeclInit()