Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp107 bool AllowDependent) { in getAsTemplateNameDecl() argument
144 if (AllowDependent && isa<UnresolvedUsingValueDecl>(D)) in getAsTemplateNameDecl()
152 bool AllowDependent) { in FilterAcceptableTemplateNames() argument
156 if (!getAsTemplateNameDecl(Orig, AllowFunctionTemplates, AllowDependent)) in FilterAcceptableTemplateNames()
164 bool AllowDependent, in hasAnyAcceptableTemplateNames() argument
167 if (getAsTemplateNameDecl(*I, AllowFunctionTemplates, AllowDependent)) in hasAnyAcceptableTemplateNames()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11074 bool AllowDependent = true);
11077 bool AllowDependent = true,
11088 bool AllowDependent = true);