Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCoreEngine.h326 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
332 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
DCheckerContext.h336 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
/external/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp355 const ProgramPoint &L = PP.withTag(checkFn.Checker); in runChecker()
396 const ProgramPoint &L = PP.withTag(checkFn.Checker); in runChecker()
DCoreEngine.cpp578 if (Loc == N->getLocation().withTag(nullptr)) { in enqueueStmtNode()
/external/clang/include/clang/Analysis/
DProgramPoint.h131 ProgramPoint withTag(const ProgramPointTag *tag) const { in withTag() function