Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h232 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
DCoreEngine.h326 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
332 const ProgramPoint &LocalLoc = (Tag ? Location.withTag(Tag) : Location);
/external/clang/include/clang/Analysis/
DProgramPoint.h108 ProgramPoint withTag(const ProgramPointTag *tag) const { in withTag() function
/external/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp329 const ProgramPoint &L = PP.withTag(checkFn.Checker); in runChecker()