Lines Matching refs:hasName
286 return callExpr(callee(functionDecl(hasName("std::swap"))), in isStdSwapCall()
293 return callExpr(callee(functionDecl(hasName("std::forward"))), in isStdForwardCall()
303 callee(cxxMethodDecl(hasName("empty"))), in isValueOrStringEmptyCall()
306 callee(cxxMethodDecl(hasName("value_or"), in isValueOrStringEmptyCall()
317 callee(cxxMethodDecl(hasName("value_or"), in isValueOrNotEqX()
897 return isOptionalMemberCallWithNameMatcher(hasName("value"), in valueCall()
976 isOptionalMemberCallWithNameMatcher(hasName("operator bool")), in buildTransferMatchSwitch()
982 isOptionalMemberCallWithNameMatcher(hasName("isNull")), in buildTransferMatchSwitch()
987 isOptionalMemberCallWithNameMatcher(hasName("emplace")), in buildTransferMatchSwitch()
998 isOptionalMemberCallWithNameMatcher(hasName("reset")), in buildTransferMatchSwitch()
1010 isOptionalMemberCallWithNameMatcher(hasName("swap")), in buildTransferMatchSwitch()