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

/external/clang/include/clang/AST/
H A DType.h99 class ElaboratedType;
4261 class ElaboratedType : public TypeWithKeyword, public llvm::FoldingSetNode { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
4269 ElaboratedType(ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ElaboratedType
4278 "ElaboratedType cannot have elaborated type keyword "
4285 ~ElaboratedType();

Completed in 274 milliseconds