Searched refs:TypeWithKeyword (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1359 TypeWithKeyword::getKeywordForTypeSpec(unsigned TypeSpec) {
1372 TypeWithKeyword::getTagTypeKindForTypeSpec(unsigned TypeSpec) {
1385 TypeWithKeyword::getKeywordForTagTypeKind(TagTypeKind Kind) {
1397 TypeWithKeyword::getTagTypeKindForKeyword(ElaboratedTypeKeyword Keyword) {
1412 TypeWithKeyword::KeywordIsTagTypeKind(ElaboratedTypeKeyword Keyword) {
1428 TypeWithKeyword::getKeywordName(ElaboratedTypeKeyword Keyword) {
1447 : TypeWithKeyword(Keyword, DependentTemplateSpecialization, Canon, true, true,
1488 return TypeWithKeyword::KeywordIsTagTypeKind(Keyword);
H A DTypePrinter.cpp1020 OS << TypeWithKeyword::getKeywordName(T->getKeyword());
1053 OS << TypeWithKeyword::getKeywordName(T->getKeyword());
1069 OS << TypeWithKeyword::getKeywordName(T->getKeyword());
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1299 friend class TypeWithKeyword;
3923 class TypeWithKeyword : public Type { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3925 TypeWithKeyword(ElaboratedTypeKeyword Keyword, TypeClass tc, function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeWithKeyword
3977 class ElaboratedType : public TypeWithKeyword, public llvm::FoldingSetNode {
3987 : TypeWithKeyword(Keyword, Elaborated, CanonType,
4040 class DependentNameType : public TypeWithKeyword, public llvm::FoldingSetNode {
4050 : TypeWithKeyword(Keyword, DependentName, CanonType, /*Dependent=*/true,
4098 public TypeWithKeyword, public llvm::FoldingSetNode {
H A DDecl.h2678 return TypeWithKeyword::getTagTypeKindName(getTagKind());
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp857 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
2194 TagTypeKind TagKind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
2196 = TypeWithKeyword::getKeywordForTagTypeKind(TagKind);
5870 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
6908 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
7562 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
7571 ElaboratedTypeKeyword Kwd = TypeWithKeyword::getKeywordForTagTypeKind(Kind);
H A DSemaTemplateInstantiate.cpp1100 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForKeyword(Keyword);
H A DSemaDecl.cpp10291 TypeWithKeyword::getTagTypeKindName(NewTag));
10316 TypeWithKeyword::getTagTypeKindName(Redecl->getTagKind()));
10345 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
10384 << TypeWithKeyword::getTagTypeKindName(Kind) << Name;
H A DSemaDeclCXX.cpp11329 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
11352 << TypeWithKeyword::getTagTypeKindName(Kind) << Name;
11387 = TypeWithKeyword::getKeywordForTagTypeKind(Kind);
11423 ElaboratedTypeKeyword ETK = TypeWithKeyword::getKeywordForTagTypeKind(Kind);
H A DSemaType.cpp3607 = TypeWithKeyword::getKeywordForTypeSpec(DS.getTypeSpecType());
H A DTreeTransform.h902 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForKeyword(Keyword);

Completed in 320 milliseconds