Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DDiagnosticIDs.h116 Ignored, Note, Warning, Error, Fatal enumerator
DDiagnostic.h136 Note = DiagnosticIDs::Note, enumerator
/freebsd-9-stable/contrib/llvm/lib/MC/MCParser/
DELFAsmParser.cpp620 const MCSection *Note = in ParseDirectiveVersion() local
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1371 PartialDiagnosticAt Note(LocLocked, S.PDiag(diag::note_locked_here)); in handleMutexHeldEndOfScope() local
1383 PartialDiagnosticAt Note( in handleExclusiveAndShared() local
1418 PartialDiagnosticAt Note(Loc, S.PDiag(diag::note_found_mutex_near_match) in handleMutexNotHeld() local
DSemaChecking.cpp2694 const Sema::SemaDiagnosticBuilder &Note = in EmitFormatDiagnostic() local
DSemaExpr.cpp5780 const PartialDiagnostic &Note, in SuggestParentheses()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DExprConstant.cpp628 OptionalDiagnostic Note(SourceLocation Loc, diag::kind DiagId) { in Note() function