Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DSerializedDiagnosticPrinter.h55 Note, enumerator
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc47 const char *Note() const { return Black(); } in Note() function in __anon51182df40111::Decorator
/external/clang/include/clang/Basic/
DDiagnosticIDs.h111 Ignored, Note, Remark, Warning, Error, Fatal enumerator
DDiagnostic.h142 Note = DiagnosticIDs::Note, enumerator
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1477 for (const auto &Note : Diag.second) in emitDiagnostics() local
1530 PartialDiagnosticAt Note(LocLocked, S.PDiag(diag::note_locked_here) in handleMutexHeldEndOfScope() local
1544 PartialDiagnosticAt Note(Loc2, S.PDiag(diag::note_lock_exclusive_and_shared) in handleExclusiveAndShared() local
1582 PartialDiagnosticAt Note(Loc, S.PDiag(diag::note_found_mutex_near_match) in handleMutexNotHeld() local
1635 for (const auto &Note : Diag.second) in emitDiagnostics() local
DSemaChecking.cpp2680 const Sema::SemaDiagnosticBuilder &Note = in EmitFormatDiagnostic() local
DSemaExpr.cpp5950 const PartialDiagnostic &Note, in SuggestParentheses()
/external/elfutils/0.153/libelf/
Dabstract.h183 #define Note(Bits, Ext) \ macro
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp700 const MCSection *Note = in ParseDirectiveVersion() local
DAsmParser.cpp547 void AsmParser::Note(SMLoc L, const Twine &Msg, ArrayRef<SMRange> Ranges) { in Note() function in AsmParser
/external/clang/bindings/python/clang/
Dcindex.py303 Note = 1 variable in Diagnostic
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp180 void Note(SMLoc L, const Twine &Msg, ArrayRef<SMRange> Ranges = None) { in Note() function in __anon92bc5ab90111::ARMAsmParser
/external/clang/lib/AST/
DExprConstant.cpp649 OptionalDiagnostic Note(SourceLocation Loc, diag::kind DiagId) { in Note() function