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

/external/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp293 FunctionType *funcType = local
297 Function *newFunction = Function::Create(funcType,
/external/clang/lib/Rewrite/
H A DRewriteModernObjC.cpp336 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
546 void RewriteModernObjC::RewriteBlocksInFunctionProtoType(QualType funcType, argument
549 = dyn_cast<FunctionProtoType>(funcType.IgnoreParens())) {
560 void RewriteModernObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { argument
561 const PointerType *PT = funcType->getAs<PointerType>();
562 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
2077 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); local
2078 assert(funcType && "missing function type");
2079 proto = dyn_cast<FunctionProtoType>(funcType);
2249 const FunctionType *funcType local
[all...]
H A DRewriteObjC.cpp318 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
540 void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType funcType, argument
543 = dyn_cast<FunctionProtoType>(funcType.IgnoreParens())) {
554 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { argument
555 const PointerType *PT = funcType->getAs<PointerType>();
556 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
2153 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); local
2154 assert(funcType && "missing function type");
2155 proto = dyn_cast<FunctionProtoType>(funcType);
2326 const FunctionType *funcType local
[all...]

Completed in 103 milliseconds