Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp4371 static AbsoluteValueKind getAbsoluteValueKind(QualType T) { in getAbsoluteValueKind() function
4518 if (getAbsoluteValueKind(ArgType) == getAbsoluteValueKind(ParamType) && in emitReplacement()
4617 AbsoluteValueKind ArgValueKind = getAbsoluteValueKind(ArgType); in CheckAbsoluteValueFunction()
4618 AbsoluteValueKind ParamValueKind = getAbsoluteValueKind(ParamType); in CheckAbsoluteValueFunction()