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

/external/clang/include/clang/AST/
H A DType.h3878 /// DependentNameType represents a class of dependent types that involve a
3880 /// name of a type. The DependentNameType may start with a "typename" (for a
3884 class DependentNameType : public TypeWithKeyword, public llvm::FoldingSetNode { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3892 DependentNameType(ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentNameType
3900 "DependentNameType requires a dependent nested-name-specifier");
3936 static bool classof(const DependentNameType *T) { return true; }

Completed in 36 milliseconds