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

/external/clang/lib/Sema/
H A DSemaChecking.cpp3657 static unsigned getBestAbsFunction(ASTContext &Context, QualType ArgType, function
3936 unsigned NewAbsKind = getBestAbsFunction(Context, ArgType, AbsKind);
3952 NewAbsKind = getBestAbsFunction(Context, ArgType, NewAbsKind);

Completed in 77 milliseconds