Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp9436 static AbsoluteValueKind getAbsoluteValueKind(QualType T) { in getAbsoluteValueKind() function
9583 if (getAbsoluteValueKind(ArgType) == getAbsoluteValueKind(ParamType) && in emitReplacement()
9685 AbsoluteValueKind ArgValueKind = getAbsoluteValueKind(ArgType); in CheckAbsoluteValueFunction()
9686 AbsoluteValueKind ParamValueKind = getAbsoluteValueKind(ParamType); in CheckAbsoluteValueFunction()