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