Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h356 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
362 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
H A DCheckerContext.h394 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp222 ProgramPoint P = L.withTag(getNoteTags().makeNoteTag( in HandleBlockEdge()
548 if (Loc == N->getLocation().withTag(nullptr)) { in enqueueStmtNode()
H A DCheckerManager.cpp383 const ProgramPoint &L = PP.withTag(checkFn.Checker); in runChecker()
427 const ProgramPoint &L = PP.withTag(checkFn.Checker); in runChecker()
H A DExprEngineCXX.cpp737 Bldr.generateSink(Pred->getLocation().withTag(&T), in VisitCXXDestructor()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DProgramPoint.h132 ProgramPoint withTag(const ProgramPointTag *tag) const { in withTag() function