Searched refs:safeGetName (Results 1 – 5 of 5) sorted by relevance
57 if (isRefType(safeGetName(Decl))) in checkASTDecl()84 auto name = safeGetName(MD); in visitCallExpr()197 auto name = safeGetName(Callee); in shouldSkipCall()223 auto MethodName = safeGetName(Decl); in isMethodOnWTFContainerType()224 auto ClsNameStr = safeGetName(ClassDecl); in isMethodOnWTFContainerType()226 auto NamespaceName = safeGetName(NsDecl); in isMethodOnWTFContainerType()250 const std::string paramName = safeGetName(Param); in reportBug()
28 const auto MethodName = safeGetName(MD); in hasPublicMethodInBaseClass()113 const std::string &FunctionName = safeGetName(F); in isCtorOfRefCounted()177 auto className = safeGetName(calleeMethodsClass); in isGetterOfRefCounted()178 auto method = safeGetName(M); in isGetterOfRefCounted()205 const auto &ClassName = safeGetName(TmplR); in isRefCounted()217 const auto FunctionName = safeGetName(F); in isPtrConversion()234 const auto &Name = safeGetName(F); in isSingleton()393 const auto &Name = safeGetName(Callee); in VisitCallExpr()
321 auto NamespaceName = safeGetName(NsDecl); in isRefCountedClass()322 auto ClsNameStr = safeGetName(D); in isRefCountedClass()334 if (safeGetName(MethodDecl) == "deref") { in isClassWithSpecializedDelete()345 if (safeGetName(MethodDecl) == "deref") { in isClassWithSpecializedDelete()
68 template <typename T> std::string safeGetName(const T *ASTNode) { in safeGetName() function
39 if (safeClass(safeGetName(CXXRD))) in isRefcountedStringsHack()44 if (safeClass(safeGetName(CXXRD))) in isRefcountedStringsHack()