Searched refs:LookupOverloadedOperatorName (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaLookup.cpp | 3067 void Sema::LookupOverloadedOperatorName(OverloadedOperatorKind Op, Scope *S, in LookupOverloadedOperatorName() function in Sema
|
| HD | SemaExpr.cpp | 13445 S.LookupOverloadedOperatorName(OverOp, Sc, LHS->getType(), in BuildOverloadedBinOp() 13451 S.LookupOverloadedOperatorName(ExtraOp, Sc, LHS->getType(), in BuildOverloadedBinOp() 13875 LookupOverloadedOperatorName(OverOp, S, Input->getType(), QualType(), in BuildUnaryOp()
|
| HD | SemaDeclCXX.cpp | 7965 Self.LookupOverloadedOperatorName(OO, S, QualType(), QualType(), Operators); in lookupOperatorsForDefaultedComparison()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| HD | Sema.h | 3641 void LookupOverloadedOperatorName(OverloadedOperatorKind Op, Scope *S,
|