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

/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3671 TemplatePartialOrderingContext TPOC,
3693 switch (TPOC) {
3788 switch (TPOC) {
3854 /// \param TPOC the context in which we are performing partial ordering of
3858 /// when \c TPOC is \c TPOC_Call.
3866 TemplatePartialOrderingContext TPOC,
3869 bool Better1 = isAtLeastAsSpecializedAs(*this, Loc, FT1, FT2, TPOC,
3871 bool Better2 = isAtLeastAsSpecializedAs(*this, Loc, FT2, FT1, TPOC,
3976 /// \param TPOC the partial ordering context to use to compare the function
3980 /// when \c TPOC i
3667 isAtLeastAsSpecializedAs(Sema &S, SourceLocation Loc, FunctionTemplateDecl *FT1, FunctionTemplateDecl *FT2, TemplatePartialOrderingContext TPOC, unsigned NumCallArguments, SmallVectorImpl<RefParamPartialOrderingComparison> *RefParamComparisons) argument
3863 getMoreSpecializedTemplate(FunctionTemplateDecl *FT1, FunctionTemplateDecl *FT2, SourceLocation Loc, TemplatePartialOrderingContext TPOC, unsigned NumCallArguments) argument
4006 getMostSpecialized(UnresolvedSetIterator SpecBegin, UnresolvedSetIterator SpecEnd, TemplatePartialOrderingContext TPOC, unsigned NumCallArguments, SourceLocation Loc, const PartialDiagnostic &NoneDiag, const PartialDiagnostic &AmbigDiag, const PartialDiagnostic &CandidateDiag, bool Complain, QualType TargetType) argument
[all...]

Completed in 32 milliseconds