Searched refs:CheckUsingDeclQualifier (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 12899 if (!LookupContext && CheckUsingDeclQualifier(UsingLoc, HasTypenameKeyword, in BuildUsingDeclaration() 12956 if (CheckUsingDeclQualifier(UsingLoc, HasTypenameKeyword, SS, NameInfo, in BuildUsingDeclaration() 13268 bool Sema::CheckUsingDeclQualifier(SourceLocation UsingLoc, bool HasTypename, in CheckUsingDeclQualifier() function in Sema
|
| H A D | SemaTemplateInstantiateDecl.cpp | 3347 SemaRef.CheckUsingDeclQualifier(D->getUsingLoc(), D->hasTypename(), SS, in VisitUsingDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6327 bool CheckUsingDeclQualifier(SourceLocation UsingLoc, bool HasTypename,
|