Searched refs:ADL (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-generated-matchers.h.pump | 338 // sub-matchers. AllOf is called fully qualified to prevent ADL from firing. 358 // sub-matchers. AnyOf is called fully qualified to prevent ADL from firing.
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | concepts | 256 // Deleted to inhibit ADL
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TokenKinds.def | 760 // was assumed to be an ADL-only function name
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 1202 bool ADL = UseArgumentDependentLookup(SS, Result, NextToken.is(tok::l_paren)); in ClassifyName() local 1203 if (Result.isSingleResult() && !ADL && !FirstDecl->isCXXClassMember()) in ClassifyName() 1210 Result.getLookupNameInfo(), ADL, Result.isOverloadedResult(), in ClassifyName() 1247 bool ADL = UseArgumentDependentLookup(SS, Result, NextToken.is(tok::l_paren)); in ActOnNameClassifiedAsNonType() local 1248 return BuildDeclarationNameExpr(SS, Result, ADL); in ActOnNameClassifiedAsNonType()
|
| H A D | SemaExpr.cpp | 2539 bool ADL = UseArgumentDependentLookup(SS, R, HasTrailingLParen); in ActOnIdExpression() local 2541 if (R.empty() && !ADL) { in ActOnIdExpression() 2612 assert(!R.empty() || ADL); in ActOnIdExpression() 2669 return BuildTemplateIdExpr(SS, TemplateKWLoc, R, ADL, TemplateArgs); in ActOnIdExpression() 2672 return BuildDeclarationNameExpr(SS, R, ADL); in ActOnIdExpression()
|