Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Analysis/
DCalledOnceCheck.cpp974 static bool hasConventionalSuffix(llvm::StringRef Name) { in hasConventionalSuffix() function in __anon2384fff10111::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()