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

/external/clang/lib/Sema/
H A DSemaChecking.cpp3936 unsigned NewAbsKind = getBestAbsFunction(Context, ArgType, AbsKind); local
3940 if (NewAbsKind == 0)
3944 Call->getCallee()->getSourceRange(), NewAbsKind, ArgType);
3951 unsigned NewAbsKind = changeAbsFunction(AbsKind, ArgValueKind); local
3952 NewAbsKind = getBestAbsFunction(Context, ArgType, NewAbsKind);
3953 if (NewAbsKind == 0)
3960 Call->getCallee()->getSourceRange(), NewAbsKind, ArgType);

Completed in 44 milliseconds