Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DMangle.cpp59 static bool isExternC(const NamedDecl *ND) { in isExternC() function
H A DDecl.cpp1814 bool VarDecl::isExternC() const { in isExternC() function in VarDecl
2500 bool FunctionDecl::isExternC() const { in isExternC() function in FunctionDecl
/minix/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2553 AST_MATCHER(FunctionDecl, isExternC) { in AST_MATCHER() argument