Searched refs:RewriteBlocksInFunctionProtoType (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 313 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()
|
D | RewriteModernObjC.cpp | 385 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()
|
/external/llvm-project/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 313 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D); 545 void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType funcType, in RewriteBlocksInFunctionProtoType() function in RewriteObjC 561 RewriteBlocksInFunctionProtoType(PT->getPointeeType(), ND); in CheckFunctionPointerDecl() 4803 RewriteBlocksInFunctionProtoType(FD->getType(), FD); in HandleDeclInMainFile()
|
D | RewriteModernObjC.cpp | 385 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D); 609 void RewriteModernObjC::RewriteBlocksInFunctionProtoType(QualType funcType, in RewriteBlocksInFunctionProtoType() function in RewriteModernObjC 625 RewriteBlocksInFunctionProtoType(PT->getPointeeType(), ND); in CheckFunctionPointerDecl() 5703 RewriteBlocksInFunctionProtoType(FD->getType(), FD); in HandleDeclInMainFile()
|