Home
last modified time | relevance | path

Searched refs:RewriteBlocksInFunctionProtoType (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp313 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
545 void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType funcType, in RewriteBlocksInFunctionProtoType() function in RewriteObjC
561 RewriteBlocksInFunctionProtoType(PT->getPointeeType(), ND); in CheckFunctionPointerDecl()
4793 RewriteBlocksInFunctionProtoType(FD->getType(), FD); in HandleDeclInMainFile()
H A DRewriteModernObjC.cpp385 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
608 void RewriteModernObjC::RewriteBlocksInFunctionProtoType(QualType funcType, in RewriteBlocksInFunctionProtoType() function in RewriteModernObjC
624 RewriteBlocksInFunctionProtoType(PT->getPointeeType(), ND); in CheckFunctionPointerDecl()
5704 RewriteBlocksInFunctionProtoType(FD->getType(), FD); in HandleDeclInMainFile()