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

/external/clang/include/clang/AST/
H A DType.h3091 /// TypeOfType (GCC extension).
3092 class TypeOfType : public Type { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3094 TypeOfType(QualType T, QualType can) function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeOfType
3113 static bool classof(const TypeOfType *) { return true; }

Completed in 96 milliseconds