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

  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 396 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
623 void RewriteModernObjC::RewriteBlocksInFunctionProtoType(QualType funcType,
639 RewriteBlocksInFunctionProtoType(PT->getPointeeType(), ND);
    [all...]
RewriteObjC.cpp 321 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
554 void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType funcType,
570 RewriteBlocksInFunctionProtoType(PT->getPointeeType(), ND);
    [all...]

Completed in 33 milliseconds