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

/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp55 TDF_TopLevelParameterTypeList = 0x10, enumerator in enum:clang::TemplateDeductionFlags
1027 if ((TDF & TDF_TopLevelParameterTypeList) && !Param->isFunctionType()) {
1039 TDF &= ~TDF_TopLevelParameterTypeList;
1371 unsigned SubTDF = TDF & TDF_TopLevelParameterTypeList;
3607 unsigned TDF = TDF_TopLevelParameterTypeList;

Completed in 87 milliseconds