Home
last modified time | relevance | path

Searched defs:Note (Results 1 – 11 of 11) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DSerializedDiagnostics.h46 Note, enumerator
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticIDs.h120 Ignored, Note, Remark, Warning, Error, Fatal enumerator
H A DDiagnostic.h142 Note = DiagnosticIDs::Note, enumerator
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1511 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 DSemaChecking.cpp3084 const Sema::SemaDiagnosticBuilder &Note = in EmitFormatDiagnostic() local
H A DSemaExpr.cpp6042 const PartialDiagnostic &Note, in SuggestParentheses()
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp700 const MCSection *Note = in ParseDirectiveVersion() local
H A DAsmParser.cpp535 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 Dcindex.py303 Note = 1 variable in Diagnostic
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp180 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 DExprConstant.cpp650 OptionalDiagnostic Note(SourceLocation Loc, diag::kind DiagId) { in Note() function