Home
last modified time | relevance | path

Searched refs:AllowDependent (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp102 bool AllowDependent) { in getAsTemplateNameDecl() argument
140 if (AllowDependent && isa<UnresolvedUsingValueDecl>(D)) in getAsTemplateNameDecl()
148 bool AllowDependent) { in FilterAcceptableTemplateNames() argument
152 if (!getAsTemplateNameDecl(Orig, AllowFunctionTemplates, AllowDependent)) in FilterAcceptableTemplateNames()
160 bool AllowDependent, in hasAnyAcceptableTemplateNames() argument
163 if (getAsTemplateNameDecl(*I, AllowFunctionTemplates, AllowDependent)) in hasAnyAcceptableTemplateNames()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h7719 bool AllowDependent = true);
7722 bool AllowDependent = true,
7733 bool AllowDependent = true);