Searched defs:shouldConsiderTemplateVisibility (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DDecl.cpp353 static bool shouldConsiderTemplateVisibility(const FunctionDecl *fn, function
377 shouldConsiderTemplateVisibility(fn, specInfo);
414 static bool shouldConsiderTemplateVisibility( function
453 bool considerVisibility = shouldConsiderTemplateVisibility(spec, computation);
478 static bool shouldConsiderTemplateVisibility( function
505 bool considerVisibility = shouldConsiderTemplateVisibility(spec, computation);

Completed in 84 milliseconds