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

  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 336 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
546 void RewriteModernObjC::RewriteBlocksInFunctionProtoType(QualType funcType,
563 RewriteBlocksInFunctionProtoType(PT->getPointeeType(), ND);
    [all...]
RewriteObjC.cpp 318 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
540 void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType funcType,
557 RewriteBlocksInFunctionProtoType(PT->getPointeeType(), ND);
    [all...]

Completed in 24 milliseconds