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

/external/clang/lib/Sema/
H A DSemaExpr.cpp3764 const FunctionType *FuncT; local
3768 FuncT = PT->getPointeeType()->getAs<FunctionType>();
3769 if (FuncT == 0)
3774 FuncT = BPT->getPointeeType()->castAs<FunctionType>();
3797 if (!FuncT->getResultType()->isVoidType())
3809 if (CheckCallReturnType(FuncT->getResultType(),
3815 TheCall->setType(FuncT->getCallResultType(Context));
3816 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getResultType()));
3818 if (const FunctionProtoType *Proto = dyn_cast<FunctionProtoType>(FuncT)) {
3823 assert(isa<FunctionNoProtoType>(FuncT)
[all...]

Completed in 28 milliseconds