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

/external/clang/include/clang/AST/
H A DType.h1278 friend class TypeWithKeyword;
3834 class TypeWithKeyword : public Type { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3836 TypeWithKeyword(ElaboratedTypeKeyword Keyword, TypeClass tc, function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeWithKeyword
3888 class ElaboratedType : public TypeWithKeyword, public llvm::FoldingSetNode {
3898 : TypeWithKeyword(Keyword, Elaborated, CanonType,
3952 class DependentNameType : public TypeWithKeyword, public llvm::FoldingSetNode {
3962 : TypeWithKeyword(Keyword, DependentName, CanonType, /*Dependent=*/true,
4011 public TypeWithKeyword, public llvm::FoldingSetNode {

Completed in 73 milliseconds