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

/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 {

Completed in 76 milliseconds