Home
last modified time | relevance | path

Searched refs:withTag (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h360 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
366 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
H A DCheckerContext.h426 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp239 ProgramPoint P = L.withTag(getDataTags().make<NoteTag>( in HandleBlockEdge()
565 if (Loc == N->getLocation().withTag(nullptr)) { in enqueueStmtNode()
H A DCheckerManager.cpp381 const ProgramPoint &L = PP.withTag(checkFn.Checker); in runChecker()
425 const ProgramPoint &L = PP.withTag(checkFn.Checker); in runChecker()
H A DExprEngineCXX.cpp896 Bldr.generateSink(Pred->getLocation().withTag(&T), in VisitCXXDestructor()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h129 ProgramPoint withTag(const ProgramPointTag *tag) const { in withTag() function