Home
last modified time | relevance | path

Searched defs:HasTypenameKeyword (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp12610 UsingValidatorCCC(bool HasTypenameKeyword, bool IsInstantiation, in UsingValidatorCCC() argument
12683 bool HasTypenameKeyword; member in __anon42c808803111::UsingValidatorCCC
12710 bool HasTypenameKeyword, SourceLocation TypenameLoc, CXXScopeSpec &SS, in BuildUsingDeclaration() argument
13062 CheckUsingDeclRedeclaration(SourceLocation UsingLoc,bool HasTypenameKeyword,const CXXScopeSpec & SS,SourceLocation NameLoc,const LookupResult & Prev) CheckUsingDeclRedeclaration() argument
[all...]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3532 const DeclarationNameInfo &NameInfo, bool HasTypenameKeyword) in UsingDecl()