Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
DNoUncountedMembersChecker.cpp100 const auto RDLocation = RD->getLocation(); in shouldSkipDecl() local
101 if (!RDLocation.isValid()) in shouldSkipDecl()
110 if (BR->getSourceManager().isInSystemHeader(RDLocation)) in shouldSkipDecl()
DRefCntblBaseVirtualDtorChecker.cpp112 const auto RDLocation = RD->getLocation(); in shouldSkipDecl() local
113 if (!RDLocation.isValid()) in shouldSkipDecl()
121 if (BR->getSourceManager().getFileCharacteristic(RDLocation) != in shouldSkipDecl()