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.cpp104 bool AllowDependent) { in getAsTemplateNameDecl() argument
141 if (AllowDependent && isa<UnresolvedUsingValueDecl>(D)) in getAsTemplateNameDecl()
149 bool AllowDependent) { in FilterAcceptableTemplateNames() argument
153 if (!getAsTemplateNameDecl(Orig, AllowFunctionTemplates, AllowDependent)) in FilterAcceptableTemplateNames()
161 bool AllowDependent, in hasAnyAcceptableTemplateNames() argument
164 if (getAsTemplateNameDecl(*I, AllowFunctionTemplates, AllowDependent)) in hasAnyAcceptableTemplateNames()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11292 bool AllowDependent = true);
11295 bool AllowDependent = true,
11306 bool AllowDependent = true);