Searched refs:Notes (Results 26 - 29 of 29) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1621 for (const ELFYAML::NoteEntry &NE : *Section.Notes) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp15124 SmallVector<PartialDiagnosticAt, 8> Notes;
15125 if (!VD->evaluateDestruction(Notes) && VD->isConstexpr() &&
15129 for (unsigned I = 0, N = Notes.size(); I != N; ++I)
15130 Diag(Notes[I].first, Notes[I].second);
16238 /// Notes on friend class templates:
H A DSemaChecking.cpp1813 SmallVector<PartialDiagnosticAt, 8> Notes; local
1815 Eval.Diag = &Notes;
1821 for (const PartialDiagnosticAt &PDiag : Notes)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h700 SmallVectorImpl<PartialDiagnosticAt> &Notes) const;
2125 /// Notes on various nodes:

Completed in 241 milliseconds

12