Searched defs:isExternC (Results 1 – 4 of 4) sorted by relevance
58 static bool isExternC(const NamedDecl *ND) { in isExternC() function
2113 bool VarDecl::isExternC() const { in isExternC() function in VarDecl3188 bool FunctionDecl::isExternC() const { in isExternC() function in FunctionDecl
4964 AST_POLYMORPHIC_MATCHER(isExternC, AST_POLYMORPHIC_SUPPORTED_TYPES(FunctionDecl, in AST_POLYMORPHIC_MATCHER() argument
3114 template<typename T> static bool isExternC(T *D) { return D->isExternC(); } in isExternC() function3115 static bool isExternC(VarTemplateDecl *) { return false; } in isExternC() function