Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp5735 static AbsoluteValueKind getAbsoluteValueKind(QualType T) { in getAbsoluteValueKind() function
5882 if (getAbsoluteValueKind(ArgType) == getAbsoluteValueKind(ParamType) && in emitReplacement()
5994 AbsoluteValueKind ArgValueKind = getAbsoluteValueKind(ArgType); in CheckAbsoluteValueFunction()
5995 AbsoluteValueKind ParamValueKind = getAbsoluteValueKind(ParamType); in CheckAbsoluteValueFunction()