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

/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3590 /// with TypeToReplaceAutoWith. Be careful to pass in the type you want
3595 QualType TypeToReplaceAutoWith, Sema &S) {
3596 assert(!TypeToReplaceAutoWith->getContainedAutoType());
3600 TypeToReplaceAutoWith);
3676 QualType TypeToReplaceAutoWith = CallOpSpecialized->getReturnType() local
3680 TypeToReplaceAutoWith, S);
3682 TypeToReplaceAutoWith, S);
3594 SubstAutoWithinFunctionReturnType(FunctionDecl *F, QualType TypeToReplaceAutoWith, Sema &S) argument

Completed in 66 milliseconds