Searched refs:LookupOverloadedOperatorName (Results 1 – 8 of 8) 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/llvm-project/clang/lib/Sema/ |
D | SemaLookup.cpp | 2998 void Sema::LookupOverloadedOperatorName(OverloadedOperatorKind Op, Scope *S, in LookupOverloadedOperatorName() function in Sema
|
D | SemaExpr.cpp | 14331 LookupOverloadedOperatorName(OverOp, S, Functions); in LookupBinOp() 14336 LookupOverloadedOperatorName(ExtraOp, S, Functions); in LookupBinOp() 14823 LookupOverloadedOperatorName(OverOp, S, Functions); in BuildUnaryOp()
|
D | SemaDeclCXX.cpp | 8264 Self.LookupOverloadedOperatorName(OO, S, Operators); in lookupOperatorsForDefaultedComparison()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2862 void LookupOverloadedOperatorName(OverloadedOperatorKind Op, Scope *S,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 3967 void LookupOverloadedOperatorName(OverloadedOperatorKind Op, Scope *S,
|