Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp4846 static AbsoluteValueKind getAbsoluteValueKind(QualType T) { in getAbsoluteValueKind() function
4993 if (getAbsoluteValueKind(ArgType) == getAbsoluteValueKind(ParamType) && in emitReplacement()
5105 AbsoluteValueKind ArgValueKind = getAbsoluteValueKind(ArgType); in CheckAbsoluteValueFunction()
5106 AbsoluteValueKind ParamValueKind = getAbsoluteValueKind(ParamType); in CheckAbsoluteValueFunction()