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

/external/clang/lib/AST/
H A DType.cpp1366 TypeWithKeyword::getKeywordForTypeSpec(unsigned TypeSpec) {
1379 TypeWithKeyword::getTagTypeKindForTypeSpec(unsigned TypeSpec) {
1392 TypeWithKeyword::getKeywordForTagTypeKind(TagTypeKind Kind) {
1404 TypeWithKeyword::getTagTypeKindForKeyword(ElaboratedTypeKeyword Keyword) {
1419 TypeWithKeyword::KeywordIsTagTypeKind(ElaboratedTypeKeyword Keyword) {
1434 StringRef TypeWithKeyword::getKeywordName(ElaboratedTypeKeyword Keyword) {
1453 : TypeWithKeyword(Keyword, DependentTemplateSpecialization, Canon, true, true,
1494 return TypeWithKeyword::KeywordIsTagTypeKind(Keyword);
H A DTypePrinter.cpp1033 OS << TypeWithKeyword::getKeywordName(T->getKeyword());
1066 OS << TypeWithKeyword::getKeywordName(T->getKeyword());
1082 OS << TypeWithKeyword::getKeywordName(T->getKeyword());
/external/clang/include/clang/AST/
H A DType.h1298 friend class TypeWithKeyword;
3948 class TypeWithKeyword : public Type { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3950 TypeWithKeyword(ElaboratedTypeKeyword Keyword, TypeClass tc, function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeWithKeyword
4002 class ElaboratedType : public TypeWithKeyword, public llvm::FoldingSetNode {
4012 : TypeWithKeyword(Keyword, Elaborated, CanonType,
4068 class DependentNameType : public TypeWithKeyword, public llvm::FoldingSetNode {
4078 : TypeWithKeyword(Keyword, DependentName, CanonType, /*Dependent=*/true,
4123 public TypeWithKeyword, public llvm::FoldingSetNode {
H A DDecl.h2713 return TypeWithKeyword::getTagTypeKindName(getTagKind());
/external/clang/lib/Sema/
H A DSemaTemplate.cpp852 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
2238 TagTypeKind TagKind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
2240 = TypeWithKeyword::getKeywordForTagTypeKind(TagKind);
6031 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
7051 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
7700 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
7709 ElaboratedTypeKeyword Kwd = TypeWithKeyword::getKeywordForTagTypeKind(Kind);
H A DSemaTemplateInstantiate.cpp1006 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForKeyword(Keyword);
H A DSemaDecl.cpp10688 TypeWithKeyword::getTagTypeKindName(NewTag));
10713 TypeWithKeyword::getTagTypeKindName(Redecl->getTagKind()));
10746 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
10785 << TypeWithKeyword::getTagTypeKindName(Kind) << Name;
H A DSemaDeclCXX.cpp11615 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForTypeSpec(TagSpec);
11638 << TypeWithKeyword::getTagTypeKindName(Kind) << Name;
11674 = TypeWithKeyword::getKeywordForTagTypeKind(Kind);
11710 ElaboratedTypeKeyword ETK = TypeWithKeyword::getKeywordForTagTypeKind(Kind);
H A DSemaType.cpp3590 = TypeWithKeyword::getKeywordForTypeSpec(DS.getTypeSpecType());
H A DTreeTransform.h910 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForKeyword(Keyword);

Completed in 8243 milliseconds