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

  /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 145 milliseconds