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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp9355 // [PossiblyAFunctionType] --> [Return]
9361 QualType Sema::ExtractUnqualifiedFunctionType(QualType PossiblyAFunctionType) { argument
9362 QualType Ret = PossiblyAFunctionType;
9364 PossiblyAFunctionType->getAs<PointerType>())
9367 PossiblyAFunctionType->getAs<ReferenceType>())
9370 PossiblyAFunctionType->getAs<MemberPointerType>())
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2202 // [PossiblyAFunctionType] --> [Return]
2208 QualType ExtractUnqualifiedFunctionType(QualType PossiblyAFunctionType);

Completed in 112 milliseconds