Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DDiagnosticIDs.h117 Ignored, Note, Warning, Error, Fatal enumerator
DDiagnostic.h137 Note = DiagnosticIDs::Note, enumerator
/external/elfutils/libelf/
Dabstract.h183 #define Note(Bits, Ext) \ macro
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1336 PartialDiagnosticAt Note(LocLocked, S.PDiag(diag::note_locked_here)); in handleMutexHeldEndOfScope() local
1348 PartialDiagnosticAt Note( in handleExclusiveAndShared() local
1383 PartialDiagnosticAt Note(Loc, S.PDiag(diag::note_found_mutex_near_match) in handleMutexNotHeld() local
DSemaChecking.cpp2630 const Sema::SemaDiagnosticBuilder &Note = in EmitFormatDiagnostic() local
DSemaExpr.cpp5690 const PartialDiagnostic &Note, in SuggestParentheses()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp595 const MCSection *Note = in ParseDirectiveVersion() local
/external/clang/bindings/python/clang/
Dcindex.py280 Note = 1 variable in Diagnostic
/external/clang/lib/AST/
DExprConstant.cpp571 OptionalDiagnostic Note(SourceLocation Loc, diag::kind DiagId) { in Note() function