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

/external/clang/include/clang/AST/
H A DType.h3948 /// DependentNameType represents a class of dependent types that involve a
3950 /// name of a type. The DependentNameType may start with a "typename" (for a
3954 class DependentNameType : public TypeWithKeyword, public llvm::FoldingSetNode { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3962 DependentNameType(ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentNameType
3970 "DependentNameType requires a dependent nested-name-specifier");

Completed in 42 milliseconds