Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplate.cpp99 bool AllowDependent) { in getAsTemplateNameDecl() argument
137 if (AllowDependent && isa<UnresolvedUsingValueDecl>(D)) in getAsTemplateNameDecl()
145 bool AllowDependent) { in FilterAcceptableTemplateNames() argument
149 if (!getAsTemplateNameDecl(Orig, AllowFunctionTemplates, AllowDependent)) in FilterAcceptableTemplateNames()
157 bool AllowDependent, in hasAnyAcceptableTemplateNames() argument
160 if (getAsTemplateNameDecl(*I, AllowFunctionTemplates, AllowDependent)) in hasAnyAcceptableTemplateNames()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h6859 bool AllowDependent = true);
6862 bool AllowDependent = true,
6873 bool AllowDependent = true);