Searched refs:isInLocCtxMap (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp182 bool isInLocCtxMap(const PathPieces *Path) const { return LCM.count(Path); } function in class:__anon867::PathDiagnosticConstruct
1162 assert(C.isInLocCtxMap(&C.getActivePath()) &&
1169 assert(!C.isInLocCtxMap(&Call->path) &&
1197 assert(!C.isInLocCtxMap(&Call->path) &&

Completed in 112 milliseconds