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

/external/clang/include/clang/AST/
H A DType.h96 class ElaboratedType;
3957 class ElaboratedType : public TypeWithKeyword, public llvm::FoldingSetNode { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3965 ElaboratedType(ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ElaboratedType
3974 "ElaboratedType cannot have elaborated type keyword "
3981 ~ElaboratedType();

Completed in 75 milliseconds