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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp185 bool isInLocCtxMap(const PathPieces *Path) const { return LCM.count(Path); } function in class:__anon2334::PathDiagnosticConstruct
1165 assert(C.isInLocCtxMap(&C.getActivePath()) &&
1172 assert(!C.isInLocCtxMap(&Call->path) &&
1200 assert(!C.isInLocCtxMap(&Call->path) &&

Completed in 125 milliseconds