Home
last modified time | relevance | path

Searched refs:FNote (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1482 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getLocStart(), in getNotes() local
1485 return OptionalNotes(1, FNote); in getNotes()
1493 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getLocStart(), in getNotes() local
1496 ONS.push_back(std::move(FNote)); in getNotes()
1507 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getLocStart(), in getNotes() local
1510 ONS.push_back(std::move(FNote)); in getNotes()
/external/llvm-project/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1663 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getBeginLoc(), in getNotes() local
1666 return OptionalNotes(1, FNote); in getNotes()
1674 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getBeginLoc(), in getNotes() local
1677 ONS.push_back(std::move(FNote)); in getNotes()
1688 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getBeginLoc(), in getNotes() local
1691 ONS.push_back(std::move(FNote)); in getNotes()