Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h294 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
DCoreEngine.h328 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
334 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp544 if (Loc == N->getLocation().withTag(nullptr)) { in enqueueStmtNode()
DCheckerManager.cpp328 const ProgramPoint &L = PP.withTag(checkFn.Checker); in runChecker()
/external/clang/include/clang/Analysis/
DProgramPoint.h108 ProgramPoint withTag(const ProgramPointTag *tag) const { in withTag() function