Searched refs:CheckFunctionPointerDecl (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 397 void CheckFunctionPointerDecl(QualType dType, NamedDecl *ND); 558 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { in CheckFunctionPointerDecl() function in RewriteObjC 4696 CheckFunctionPointerDecl(ND->getType(), ND); in RewriteFunctionBodyOrGlobalInitializer() 4713 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD); in RewriteFunctionBodyOrGlobalInitializer() 4851 CheckFunctionPointerDecl(VD->getType(), VD); in HandleDeclInMainFile() 4887 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD); in HandleDeclInMainFile()
|
H A D | RewriteModernObjC.cpp | 234 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD); in HandleTopLevelDeclInObjCContainer() 486 void CheckFunctionPointerDecl(QualType dType, NamedDecl *ND); 622 void RewriteModernObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { 5590 CheckFunctionPointerDecl(ND->getType(), ND); in RewriteFunctionBodyOrGlobalInitializer() 5607 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD); in RewriteFunctionBodyOrGlobalInitializer() 5749 CheckFunctionPointerDecl(VD->getType(), VD); in HandleDeclInMainFile() 5785 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD); in HandleDeclInMainFile() 623 void RewriteModernObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { CheckFunctionPointerDecl() function in RewriteModernObjC
|