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

/external/clang/lib/Rewrite/
H A DRewriteModernObjC.cpp430 void CheckFunctionPointerDecl(QualType dType, NamedDecl *ND);
560 void RewriteModernObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { function in class:RewriteModernObjC
5319 CheckFunctionPointerDecl(ND->getType(), ND);
5336 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
5478 CheckFunctionPointerDecl(VD->getType(), VD);
5514 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
H A DRewriteObjC.cpp397 void CheckFunctionPointerDecl(QualType dType, NamedDecl *ND);
554 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { function in class:RewriteObjC
4808 CheckFunctionPointerDecl(ND->getType(), ND);
4825 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);
4965 CheckFunctionPointerDecl(VD->getType(), VD);
5001 CheckFunctionPointerDecl(TD->getUnderlyingType(), TD);

Completed in 53 milliseconds