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