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

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

Completed in 99 milliseconds