Searched refs:LookupOperatorName (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 230 case Sema::LookupOperatorName: in getIDNS() 2075 case LookupOperatorName: in LookupQualifiedName() 2806 LookupResult Operators(*this, OpName, SourceLocation(), LookupOperatorName); in LookupOverloadedOperatorName()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaLookup.cpp | 229 case Sema::LookupOperatorName: in getIDNS() 2166 if (R.getLookupKind() == LookupOperatorName || in LookupQualifiedName() 3007 LookupResult Operators(*this, OpName, SourceLocation(), LookupOperatorName); in LookupOverloadedOperatorName()
|
D | SemaCoroutine.cpp | 259 Sema::LookupOperatorName); in buildOperatorCoawaitLookupExpr()
|
D | SemaOverload.cpp | 12826 LookupResult R(SemaRef, OpName, OpLoc, Sema::LookupOperatorName); in DiagnoseTwoPhaseOperatorLookup()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2716 LookupOperatorName, enumerator
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 3797 LookupOperatorName, enumerator
|