Searched refs:LookupOverloadedOperatorName (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCoroutine.cpp | 165 SemaRef.LookupOverloadedOperatorName(OO_Coawait, S, E->getType(), QualType(), in buildOperatorCoawaitCall()
|
D | SemaLookup.cpp | 2796 void Sema::LookupOverloadedOperatorName(OverloadedOperatorKind Op, Scope *S, in LookupOverloadedOperatorName() function in Sema
|
D | SemaExpr.cpp | 11216 S.LookupOverloadedOperatorName(OverOp, Sc, LHS->getType(), in BuildOverloadedBinOp() 11562 LookupOverloadedOperatorName(OverOp, S, Input->getType(), QualType(), in BuildUnaryOp()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2862 void LookupOverloadedOperatorName(OverloadedOperatorKind Op, Scope *S,
|