Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DCalledOnceCheck.cpp974 static bool hasConventionalSuffix(llvm::StringRef Name) { in hasConventionalSuffix() function in __anon2223d6250111::CalledOnceChecker
995 hasConventionalSuffix(II->getName()); in isOnlyParameterConventional()
1029 return hasConventionalSuffix(MethodSelector.getNameForSlot(0)); in isConventionalSelectorPiece()
1033 return isConventional(PieceName) || hasConventionalSuffix(PieceName); in isConventionalSelectorPiece()
1040 hasConventionalSuffix(Parameter->getName())) && in shouldBeCalledOnce()