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

/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DType.h5210 class TemplateTypeParmType : public Type, public llvm::FoldingSetNode { class in class:clang::FunctionType::ExtInfo
5229 TemplateTypeParmType(TemplateTypeParmDecl *TTPDecl, QualType Canon) function in class:clang::FunctionType::ExtInfo::TemplateTypeParmType
5236 TemplateTypeParmType(unsigned D, unsigned I, bool PP) function in class:clang::FunctionType::ExtInfo::TemplateTypeParmType
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp6498 VisitTemplateTypeParmType( const TemplateTypeParmType*) argument

Completed in 276 milliseconds