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.h362 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
368 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
H A DCheckerContext.h437 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp391 const ProgramPoint &L = PP.withTag(checkFn.Checker); in runChecker()
441 CheckerContext C(Bldr, Eng, Pred, Entrance.withTag(CheckFn.Checker)); in runChecker()
483 const ProgramPoint &L = PP.withTag(checkFn.Checker); in runChecker()
H A DCoreEngine.cpp274 ProgramPoint P = L.withTag(getDataTags().make<NoteTag>( in HandleBlockEdge()
608 if (Loc == N->getLocation().withTag(nullptr)) { in enqueueStmtNode()
H A DExprEngineCXX.cpp866 Bldr.generateSink(Pred->getLocation().withTag(&T), in VisitCXXDestructor()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h135 ProgramPoint withTag(const ProgramPointTag *tag) const { in withTag() function