Home
last modified time | relevance | path

Searched defs:isExternC (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DMangle.cpp59 static bool isExternC(const NamedDecl *ND) { in isExternC() function
DDecl.cpp1866 bool VarDecl::isExternC() const { in isExternC() function in VarDecl
2518 bool FunctionDecl::isExternC() const { in isExternC() function in FunctionDecl
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2681 AST_MATCHER(FunctionDecl, isExternC) { in AST_MATCHER() argument