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

/external/clang/include/clang/AST/
H A DType.h2945 QualType getUnderlyingType() const { return TOType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeOfType
2948 QualType desugar() const { return getUnderlyingType(); }
2971 QualType getUnderlyingType() const { return UnderlyingType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DecltypeType
3025 QualType getUnderlyingType() const { return UnderlyingType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::UnaryTransformType

Completed in 61 milliseconds