Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3532 bool IsUsingIfExists = D->template hasAttr<UsingIfExistsAttr>(); instantiateUnresolvedUsingDecl() local
H A DSemaDeclCXX.cpp12654 BuildUsingDeclaration(Scope * S,AccessSpecifier AS,SourceLocation UsingLoc,bool HasTypenameKeyword,SourceLocation TypenameLoc,CXXScopeSpec & SS,DeclarationNameInfo NameInfo,SourceLocation EllipsisLoc,const ParsedAttributesView & AttrList,bool IsInstantiation,bool IsUsingIfExists) BuildUsingDeclaration() argument