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

/external/clang/lib/Sema/
H A DSemaLookup.cpp414 if (!S.hasVisibleDefaultArgument(
416 S.hasVisibleDefaultArgument(
1433 hasVisibleDefaultArgument(Sema &S, const ParmDecl *D, function
1456 bool Sema::hasVisibleDefaultArgument(const NamedDecl *D, function in class:Sema
1459 return ::hasVisibleDefaultArgument(*this, P, Modules);
1461 return ::hasVisibleDefaultArgument(*this, P, Modules);
1462 return ::hasVisibleDefaultArgument(*this, cast<TemplateTemplateParmDecl>(D),
H A DSemaTemplate.cpp1344 } else if (OldTypeParm && hasVisibleDefaultArgument(OldTypeParm) &&
1388 } else if (OldNonTypeParm && hasVisibleDefaultArgument(OldNonTypeParm) &&
1431 hasVisibleDefaultArgument(OldTemplateParm) &&
3367 if (!hasVisibleDefaultArgument(TypeParm))
3384 if (!hasVisibleDefaultArgument(NonTypeParm))
3402 if (!hasVisibleDefaultArgument(TempTempParm))
3727 if (D->hasDefaultArgument() && !S.hasVisibleDefaultArgument(D, &Modules)) {
3892 if (!hasVisibleDefaultArgument(TTP))
3909 if (!hasVisibleDefaultArgument(NTTP))
3927 if (!hasVisibleDefaultArgument(TempPar
[all...]
/external/clang/include/clang/Sema/
H A DSema.h1402 hasVisibleDefaultArgument(const NamedDecl *D,

Completed in 98 milliseconds