Searched refs:EquivalentType (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h3406 QualType EquivalentType; member in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
3416 ModifiedType(modified), EquivalentType(equivalent) {
3426 QualType getEquivalentType() const { return EquivalentType; }
3436 Profile(ID, getAttrKind(), ModifiedType, EquivalentType);

Completed in 89 milliseconds