Searched defs:isExternC (Results 1 – 4 of 4) sorted by relevance
59 static bool isExternC(const NamedDecl *ND) { in isExternC() function
1896 bool VarDecl::isExternC() const { in isExternC() function in VarDecl2623 bool FunctionDecl::isExternC() const { in isExternC() function in FunctionDecl
3300 AST_MATCHER(FunctionDecl, isExternC) { in AST_MATCHER() argument
2671 template<typename T> static bool isExternC(T *D) { return D->isExternC(); } in isExternC() function2672 static bool isExternC(VarTemplateDecl *) { return false; } in isExternC() function