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

  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 339 FunctionType *funcType =
343 Function *newFunction = Function::Create(funcType,
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 339 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
560 void RewriteModernObjC::RewriteBlocksInFunctionProtoType(QualType funcType,
563 = dyn_cast<FunctionProtoType>(funcType.IgnoreParens())) {
574 void RewriteModernObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) {
575 const PointerType *PT = funcType->getAs<PointerType>();
576 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
    [all...]
RewriteObjC.cpp 318 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
545 void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType funcType,
548 = dyn_cast<FunctionProtoType>(funcType.IgnoreParens())) {
559 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) {
560 const PointerType *PT = funcType->getAs<PointerType>();
561 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
    [all...]

Completed in 270 milliseconds