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

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

Completed in 109 milliseconds