Searched refs:FilterCCC (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp505 DefaultFilterCCC FilterCCC{};
506 FilterCCC.WantTypeSpecifiers = false;
507 FilterCCC.WantExpressionKeywords = false;
508 FilterCCC.WantRemainingKeywords = false;
509 FilterCCC.WantCXXNamedCasts = true;
512 &SS, FilterCCC, CTK_ErrorRecovery, LookupCtx)) {
3689 } FilterCCC; local
3693 FilterCCC, CTK_ErrorRecovery);

Completed in 138 milliseconds