Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h258 return Eng.getNoteTags().makeNoteTag(std::move(Cb), IsPrunable);
H A DExprEngine.h431 NoteTag::Factory &getNoteTags() { return Engine.getNoteTags(); } in getNoteTags() function
H A DCoreEngine.h203 NoteTag::Factory &getNoteTags() { return NoteTags; } in getNoteTags() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp222 ProgramPoint P = L.withTag(getNoteTags().makeNoteTag( in HandleBlockEdge()