Home
last modified time | relevance | path

Searched refs:NoteLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DError.cpp49 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() argument
50 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg); in PrintNote()
62 void PrintFatalNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintFatalNote() argument
63 PrintNote(NoteLoc, Msg); in PrintFatalNote()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DError.h23 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg);
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp10442 SourceLocation NoteLoc; member in __anon4581b7f83a11::OpenMPAtomicUpdateChecker
10497 SourceLocation ErrorLoc, NoteLoc; in checkBinaryOperation() local
10529 NoteLoc = X->getExprLoc(); in checkBinaryOperation()
10537 NoteRange = SourceRange(NoteLoc, NoteLoc); in checkBinaryOperation()
10549 NoteRange = SourceRange(NoteLoc, NoteLoc); in checkBinaryOperation()
10565 SourceLocation ErrorLoc, NoteLoc; in checkStatement() local
10608 NoteRange = SourceRange(NoteLoc, NoteLoc); in checkStatement()
10618 NoteRange = ErrorRange = SourceRange(NoteLoc, NoteLoc); in checkStatement()
10623 NoteRange = ErrorRange = SourceRange(NoteLoc, NoteLoc); in checkStatement()
10810 NoteRange = ErrorRange = SourceRange(NoteLoc, NoteLoc); in ActOnOpenMPAtomicDirective()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7174 auto note = [&](int Construct, QualType NoteTy, SourceLocation NoteLoc) { in checkBitCastConstexprEligibilityType() argument
7176 Info->Note(NoteLoc, diag::note_constexpr_bit_cast_invalid_subtype) in checkBitCastConstexprEligibilityType()