HomeSort by: relevance | last modified time | path
    Searched refs:NoteTag (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CXXSelfAssignmentChecker.cpp 55 const NoteTag *SelfAssignTag =
65 const NoteTag *NonSelfAssignTag =
ReturnValueChecker.cpp 101 const NoteTag *CallTag = C.getNoteTag(
148 const NoteTag *CallTag = C.getNoteTag(
DebugContainerModeling.cpp 99 const NoteTag *InterestingTag =
ContainerModeling.cpp 53 const NoteTag *getChangeTag(CheckerContext &C, StringRef Text,
416 const NoteTag *ChangeTag =
455 const NoteTag *ChangeTag =
484 const NoteTag *ChangeTag =
529 const NoteTag *ChangeTag =
566 const NoteTag *ChangeTag =
709 const NoteTag *ContainerModeling::getChangeTag(CheckerContext &C,
MIGChecker.cpp 213 const NoteTag *T =
CastValueChecker.cpp 104 static const NoteTag *getNoteTag(CheckerContext &C,
138 static const NoteTag *getNoteTag(CheckerContext &C,
FuchsiaHandleChecker.cpp 486 const NoteTag *T = nullptr;
StreamChecker.cpp 379 const NoteTag *constructNoteTag(CheckerContext &C, SymbolRef StreamSym,
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 257 const NoteTag *getNoteTag(NoteTag::Callback &&Cb, bool IsPrunable = false) {
268 const NoteTag
284 const NoteTag *getNoteTag(std::function<std::string()> &&Cb,
297 const NoteTag *getNoteTag(StringRef Note, bool IsPrunable = false) {
311 const NoteTag *getNoteTag(
CoreEngine.h 101 NoteTag::Factory NoteTags;
203 NoteTag::Factory &getNoteTags() { return NoteTags; }
ExprEngine.h 431 NoteTag::Factory &getNoteTags() { return Engine.getNoteTags(); }
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 726 class NoteTag : public ProgramPointTag {
738 NoteTag(Callback &&Cb, bool IsPrunable)
764 // Manage memory for NoteTag objects.
766 std::vector<std::unique_ptr<NoteTag>> Tags;
769 const NoteTag *makeNoteTag(Callback &&Cb, bool IsPrunable = false) {
772 std::unique_ptr<NoteTag> T(new NoteTag(std::move(Cb), IsPrunable));
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 3019 int NoteTag::Kind = 0;
3030 const NoteTag *T = dyn_cast_or_null<NoteTag>(PP.getTag());

Completed in 27 milliseconds