Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Sema/
H A DTemplate.h298 enum TPOC { enum
322 operator TPOC() const { return Value; } in TPOC() function
/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5407 isAtLeastAsSpecializedAs(Sema & S,SourceLocation Loc,const FunctionTemplateDecl * FT1,const FunctionTemplateDecl * FT2,TemplatePartialOrderingContext TPOC,bool Reversed,const SmallVector<QualType> & Args1,const SmallVector<QualType> & Args2) isAtLeastAsSpecializedAs() argument
5532 getMoreSpecializedTemplate(FunctionTemplateDecl * FT1,FunctionTemplateDecl * FT2,SourceLocation Loc,TemplatePartialOrderingContext TPOC,unsigned NumCallArguments1,QualType RawObj1Ty,QualType RawObj2Ty,bool Reversed) getMoreSpecializedTemplate() argument
[all...]