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

/external/clang/include/clang/AST/
H A DType.h4059 /// DependentNameType represents a class of dependent types that involve a
4061 /// name of a type. The DependentNameType may start with a "typename" (for a
4068 class DependentNameType : public TypeWithKeyword, public llvm::FoldingSetNode { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
4076 DependentNameType(ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentNameType

Completed in 74 milliseconds