HomeSort by relevance Sort by last modified time
    Searched refs:funcType (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 293 FunctionType *funcType =
297 Function *newFunction = Function::Create(funcType,
  /external/clang/lib/Rewrite/
RewriteObjC.cpp 364 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
491 void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType funcType,
494 = dyn_cast<FunctionProtoType>(funcType.IgnoreParens())) {
505 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) {
506 const PointerType *PT = funcType->getAs<PointerType>();
507 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
    [all...]

Completed in 436 milliseconds