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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp3433 VisitTemplateTypeParmType( const TemplateTypeParmType*) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h3386 class TemplateTypeParmType : public Type, public llvm::FoldingSetNode { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3402 TemplateTypeParmType(TemplateTypeParmDecl *TTPDecl, QualType Canon) function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
3410 TemplateTypeParmType(unsigned D, unsigned I, bool PP) function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
[all...]

Completed in 77 milliseconds