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

/external/clang/include/clang/AST/
H A DType.h95 class ElaboratedType;
3888 class ElaboratedType : public TypeWithKeyword, public llvm::FoldingSetNode { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3896 ElaboratedType(ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ElaboratedType
3905 "ElaboratedType cannot have elaborated type keyword "
3912 ~ElaboratedType();
3940 static bool classof(const ElaboratedType *T) { return true; }

Completed in 176 milliseconds