Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A 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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h7348 bool AllowDependent = true);
7351 bool AllowDependent = true,
7362 bool AllowDependent = true);