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

/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp112 const auto RDLocation = RD->getLocation(); local
113 if (!RDLocation.isValid())
121 if (BR->getSourceManager().getFileCharacteristic(RDLocation) !=
H A DNoUncountedMembersChecker.cpp101 const auto RDLocation = RD->getLocation(); local
102 if (!RDLocation.isValid())
111 if (BR->getSourceManager().isInSystemHeader(RDLocation))

Completed in 67 milliseconds