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

/external/clang/include/clang/AST/
H A DType.h3383 class SubstTemplateTypeParmType : public Type, public llvm::FoldingSetNode { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3387 SubstTemplateTypeParmType(const TemplateTypeParmType *Param, QualType Canon) function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmType
3424 static bool classof(const SubstTemplateTypeParmType *T) { return true; }
3437 /// arguments), this type will be replaced with the \c SubstTemplateTypeParmType

Completed in 33 milliseconds