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