Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedCallArgsChecker.cpp226 auto NamespaceName = safeGetName(NsDecl); in isMethodOnWTFContainerType() local
228 return NamespaceName == "WTF" && in isMethodOnWTFContainerType()
H A DRefCntblBaseVirtualDtorChecker.cpp321 auto NamespaceName = safeGetName(NsDecl); in isRefCountedClass() local
324 return NamespaceName == "WTF" && in isRefCountedClass()