Searched refs:NoteLoc (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
H A D | Error.cpp | 49 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/ |
H A D | Error.h | 23 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg);
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 10407 SourceLocation NoteLoc; member in __anon5b04668f3811::OpenMPAtomicUpdateChecker 10462 SourceLocation ErrorLoc, NoteLoc; in checkBinaryOperation() local 10494 NoteLoc = X->getExprLoc(); in checkBinaryOperation() 10501 NoteLoc = AtomicInnerBinOp->getOperatorLoc(); in checkBinaryOperation() 10502 NoteRange = SourceRange(NoteLoc, NoteLoc); in checkBinaryOperation() 10506 NoteLoc = ErrorLoc = AtomicBinOp->getRHS()->getExprLoc(); in checkBinaryOperation() 10513 NoteLoc = AtomicBinOp->getOperatorLoc(); in checkBinaryOperation() 10514 NoteRange = SourceRange(NoteLoc, NoteLoc); in checkBinaryOperation() 10519 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange; in checkBinaryOperation() 10530 SourceLocation ErrorLoc, NoteLoc; in checkStatement() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprConstant.cpp | 7171 auto note = [&](int Construct, QualType NoteTy, SourceLocation NoteLoc) { in checkBitCastConstexprEligibilityType() argument 7173 Info->Note(NoteLoc, diag::note_constexpr_bit_cast_invalid_subtype) in checkBitCastConstexprEligibilityType()
|