Searched defs:Note (Results 1 – 11 of 11) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/ |
H A D | SerializedDiagnostics.h | 46 Note, enumerator
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
H A D | DiagnosticIDs.h | 120 Ignored, Note, Remark, Warning, Error, Fatal enumerator
|
H A D | Diagnostic.h | 142 Note = DiagnosticIDs::Note, enumerator
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 1511 for (const auto &Note : Diag.second) in emitDiagnostics() local 1567 PartialDiagnosticAt Note(LocLocked, S.PDiag(diag::note_locked_here) in handleMutexHeldEndOfScope() local 1581 PartialDiagnosticAt Note(Loc2, S.PDiag(diag::note_lock_exclusive_and_shared) in handleExclusiveAndShared() local 1625 PartialDiagnosticAt Note(Loc, S.PDiag(diag::note_found_mutex_near_match) in handleMutexNotHeld() local 1656 PartialDiagnosticAt Note(D->getLocation(), in handleMutexNotHeld() local 1714 for (const auto &Note : Diag.second) in emitDiagnostics() local
|
H A D | SemaChecking.cpp | 3084 const Sema::SemaDiagnosticBuilder &Note = in EmitFormatDiagnostic() local
|
H A D | SemaExpr.cpp | 6042 const PartialDiagnostic &Note, in SuggestParentheses()
|
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | ELFAsmParser.cpp | 700 const MCSection *Note = in ParseDirectiveVersion() local
|
H A D | AsmParser.cpp | 535 void AsmParser::Note(SMLoc L, const Twine &Msg, ArrayRef<SMRange> Ranges) { in Note() function in AsmParser
|
/minix3/external/bsd/llvm/dist/clang/bindings/python/clang/ |
H A D | cindex.py | 303 Note = 1 variable in Diagnostic
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 180 void Note(SMLoc L, const Twine &Msg, ArrayRef<SMRange> Ranges = None) { in Note() function in __anon7699f6b30111::ARMAsmParser
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | ExprConstant.cpp | 650 OptionalDiagnostic Note(SourceLocation Loc, diag::kind DiagId) { in Note() function
|