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

/external/clang/lib/Sema/
H A DSemaOverload.cpp9612 // [PossiblyAFunctionType] --> [Return]
9618 QualType Sema::ExtractUnqualifiedFunctionType(QualType PossiblyAFunctionType) { argument
9619 QualType Ret = PossiblyAFunctionType;
9621 PossiblyAFunctionType->getAs<PointerType>())
9624 PossiblyAFunctionType->getAs<ReferenceType>())
9627 PossiblyAFunctionType->getAs<MemberPointerType>())

Completed in 125 milliseconds