Home
last modified time | relevance | path

Searched refs:RDLocation (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DForwardDeclChecker.cpp150 const auto RDLocation = RD->getLocation(); in visitRecordDecl() local
151 if (!RDLocation.isValid()) in visitRecordDecl()
159 if (BR->getSourceManager().isInSystemHeader(RDLocation)) in visitRecordDecl()
H A DRawPtrRefMemberChecker.cpp250 const auto RDLocation = RD->getLocation(); in shouldSkipDecl() local
251 if (!RDLocation.isValid()) in shouldSkipDecl()
260 if (BR->getSourceManager().isInSystemHeader(RDLocation)) in shouldSkipDecl()
H A DRefCntblBaseVirtualDtorChecker.cpp339 const auto RDLocation = RD->getLocation(); in shouldSkipDecl() local
340 if (!RDLocation.isValid()) in shouldSkipDecl()
348 if (BR->getSourceManager().getFileCharacteristic(RDLocation) != in shouldSkipDecl()