Searched refs:CheckFunctionPointerDecl (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp397 void CheckFunctionPointerDecl(QualType dType, NamedDecl *ND);
557 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { function in class:RewriteObjC
4697 CheckFunctionPointerDecl(ND->getType(), ND);
4714 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
4852 CheckFunctionPointerDecl(VD->getType(), VD);
4888 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
H A DRewriteModernObjC.cpp233 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
486 void CheckFunctionPointerDecl(QualType dType, NamedDecl *ND);
621 void RewriteModernObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { function in class:RewriteModernObjC
5593 CheckFunctionPointerDecl(ND->getType(), ND);
5610 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
5752 CheckFunctionPointerDecl(VD->getType(), VD);
5788 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);

Completed in 317 milliseconds