Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h289 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);
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/
DProgramPoint.h108 ProgramPoint withTag(const ProgramPointTag *tag) const { in withTag() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp328 const ProgramPoint &L = PP.withTag(checkFn.Checker); in runChecker()