Searched refs:HasTypenameKeyword (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 3532 const DeclarationNameInfo &NameInfo, bool HasTypenameKeyword) in UsingDecl() argument 3536 setShadowFlag(HasTypenameKeyword); in UsingDecl() 3577 bool HasTypenameKeyword);
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 12610 UsingValidatorCCC(bool HasTypenameKeyword, bool IsInstantiation, in UsingValidatorCCC() argument 12612 : HasTypenameKeyword(HasTypenameKeyword), in UsingValidatorCCC() 12673 return HasTypenameKeyword || !IsInstantiation; in ValidateCandidate() 12675 return !HasTypenameKeyword; in ValidateCandidate() 12683 bool HasTypenameKeyword; member in __anon42c808803111::UsingValidatorCCC 12710 bool HasTypenameKeyword, SourceLocation TypenameLoc, CXXScopeSpec &SS, in BuildUsingDeclaration() argument 12759 if (CheckUsingDeclRedeclaration(UsingLoc, HasTypenameKeyword, in BuildUsingDeclaration() 12775 if (!LookupContext && CheckUsingDeclQualifier(UsingLoc, HasTypenameKeyword, in BuildUsingDeclaration() 12779 if (HasTypenameKeyword) { in BuildUsingDeclaration() 12799 UsingName, HasTypenameKeyword); in BuildUsingDeclaration() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 4885 bool HasTypenameKeyword, 4912 bool HasTypenameKeyword,
|