Searched refs:ETK_Typename (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1362 case TST_typename: return ETK_Typename;
1405 case ETK_Typename:
1415 case ETK_Typename:
1431 case ETK_Typename: return "typename";
H A DASTContext.cpp3302 CanonKeyword = ETK_Typename;
3361 if (Keyword == ETK_None) CanonKeyword = ETK_Typename;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp7598 QualType T = CheckTypenameType(TypenameLoc.isValid()? ETK_Typename : ETK_None,
7646 QualType T = Context.getDependentTemplateSpecializationType(ETK_Typename,
7681 T = Context.getElaboratedType(ETK_Typename, SS.getScopeRep(), T);
7804 return Context.getElaboratedType(ETK_Typename,
H A DSemaTemplateInstantiate.cpp1099 if (Id && Keyword != ETK_None && Keyword != ETK_Typename) {
H A DTreeTransform.h898 if (Keyword == ETK_None || Keyword == ETK_Typename)
5006 if (T->getKeyword() != ETK_None && T->getKeyword() != ETK_Typename) {
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h3914 ETK_Typename, enumerator in enum:clang::FunctionType::ExtInfo::FunctionProtoType::ElaboratedTypeKeyword

Completed in 205 milliseconds