Lines Matching defs:TPOC
5686 FunctionTemplateDecl *FT2, TemplatePartialOrderingContext TPOC,
5704 if (TPOC == TPOC_Other) {
5723 if (TPOC != TPOC_Call) {
5734 if (TPOC != TPOC_Conversion) {
5762 if (TPOC != TPOC_Call) {
5771 if (TPOC == TPOC_Conversion)
5812 switch (TPOC) {
5863 TemplatePartialOrderingContext TPOC, unsigned NumCallArguments1,
5875 if (TPOC == TPOC_Call) {
5954 bool Better1 = isAtLeastAsSpecializedAs(*this, Loc, FT1, FT2, TPOC, Args1,
5956 bool Better2 = isAtLeastAsSpecializedAs(*this, Loc, FT2, FT1, TPOC, Args2,
6071 if (TPOC == TPOC_Conversion &&