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

  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 312 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
545 void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType funcType,
561 RewriteBlocksInFunctionProtoType(PT->getPointeeType(), ND);
    [all...]
RewriteModernObjC.cpp 387 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
614 void RewriteModernObjC::RewriteBlocksInFunctionProtoType(QualType funcType,
630 RewriteBlocksInFunctionProtoType(PT->getPointeeType(), ND);
    [all...]

Completed in 89 milliseconds