Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaTemplate.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()
/external/llvm-project/clang/include/clang/Sema/
DSema.h7201 bool AllowDependent = true);
7204 bool AllowDependent = true,
7215 bool AllowDependent = true);