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

/external/clang/lib/Sema/
H A DSemaChecking.cpp6003 unsigned NewAbsKind = getBestAbsFunction(Context, ArgType, AbsKind); local
6007 if (NewAbsKind == 0)
6011 Call->getCallee()->getSourceRange(), NewAbsKind, ArgType);
6018 unsigned NewAbsKind = changeAbsFunction(AbsKind, ArgValueKind); local
6019 NewAbsKind = getBestAbsFunction(Context, ArgType, NewAbsKind);
6020 if (NewAbsKind == 0)
6027 Call->getCallee()->getSourceRange(), NewAbsKind, ArgType);

Completed in 337 milliseconds