Home
last modified time | relevance | path

Searched refs:HasTypenameKeyword (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDeclCXX.cpp494 bool HasTypenameKeyword = false; in ParseUsingDeclaration() local
504 HasTypenameKeyword = true; in ParseUsingDeclaration()
609 } else if (HasTypenameKeyword) in ParseUsingDeclaration()
657 if (HasTypenameKeyword && Name.getKind() != UnqualifiedId::IK_Identifier) { in ParseUsingDeclaration()
661 HasTypenameKeyword = false; in ParseUsingDeclaration()
677 HasTypenameKeyword, TypenameLoc); in ParseUsingDeclaration()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclCXX.h2893 const DeclarationNameInfo &NameInfo, bool HasTypenameKeyword) in UsingDecl() argument
2896 DNLoc(NameInfo.getInfo()), FirstUsingShadow(nullptr, HasTypenameKeyword) { in UsingDecl()
2989 bool HasTypenameKeyword);
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclCXX.cpp7654 bool HasTypenameKeyword, in ActOnUsingDeclaration() argument
7710 HasTypenameKeyword, TypenameLoc); in ActOnUsingDeclaration()
7964 UsingValidatorCCC(bool HasTypenameKeyword, bool IsInstantiation, in UsingValidatorCCC() argument
7966 : HasTypenameKeyword(HasTypenameKeyword), in UsingValidatorCCC()
8020 return HasTypenameKeyword || !IsInstantiation; in ValidateCandidate()
8022 return !HasTypenameKeyword; in ValidateCandidate()
8026 bool HasTypenameKeyword; member in __anonce4ea9d90a11::UsingValidatorCCC
8044 bool HasTypenameKeyword, in BuildUsingDeclaration() argument
8086 if (CheckUsingDeclRedeclaration(UsingLoc, HasTypenameKeyword, in BuildUsingDeclaration()
8098 if (HasTypenameKeyword) { in BuildUsingDeclaration()
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h4082 bool HasTypenameKeyword,
4097 bool HasTypenameKeyword,
4109 bool HasTypenameKeyword,