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

  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 320 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
546 void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType funcType,
549 = dyn_cast<FunctionProtoType>(funcType.IgnoreParens())) {
560 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) {
561 const PointerType *PT = funcType->getAs<PointerType>();
562 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
    [all...]
RewriteModernObjC.cpp 381 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
601 void RewriteModernObjC::RewriteBlocksInFunctionProtoType(QualType funcType,
604 = dyn_cast<FunctionProtoType>(funcType.IgnoreParens())) {
615 void RewriteModernObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) {
616 const PointerType *PT = funcType->getAs<PointerType>();
617 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
    [all...]

Completed in 27 milliseconds