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

/external/clang/include/clang/AST/
H A DType.h1404 friend class TypeWithKeyword;
4210 class TypeWithKeyword : public Type { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
4212 TypeWithKeyword(ElaboratedTypeKeyword Keyword, TypeClass tc, function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeWithKeyword
4261 class ElaboratedType : public TypeWithKeyword, public llvm::FoldingSetNode {
4271 : TypeWithKeyword(Keyword, Elaborated, CanonType,
4327 class DependentNameType : public TypeWithKeyword, public llvm::FoldingSetNode {
4337 : TypeWithKeyword(Keyword, DependentName, CanonType, /*Dependent=*/true,
4381 : public TypeWithKeyword, member in class:clang::FunctionType::ExtInfo::FunctionProtoType

Completed in 130 milliseconds