Home
last modified time | relevance | path

Searched refs:getNote (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDiagnosticInfo.cpp448 if (!getNote().empty()) in print()
449 DP << ": " << getNote(); in print()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1112 StringRef getNote() const { return Note; } in getNote() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp541 StringRef getNote() const { return Note; } in getNote() function in __anon2143b5530111::StdLibraryFunctionsChecker::SummaryCase
1038 if (Case.getNote().empty()) { in checkPostCall()
1044 StringRef Note = Case.getNote(); in checkPostCall()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenAction.cpp855 << llvm::demangle(D.getFunctionName().str()) << D.getNote(); in DontCallDiagHandler()