Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMangle.cpp58 static bool isExternC(const NamedDecl *ND) { in isExternC() function
H A DDecl.cpp2113 bool VarDecl::isExternC() const { in isExternC() function in VarDecl
3188 bool FunctionDecl::isExternC() const { in isExternC() function in FunctionDecl
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4964 AST_POLYMORPHIC_MATCHER(isExternC, AST_POLYMORPHIC_SUPPORTED_TYPES(FunctionDecl, in AST_POLYMORPHIC_MATCHER() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp3114 template<typename T> static bool isExternC(T *D) { return D->isExternC(); } in isExternC() function
3115 static bool isExternC(VarTemplateDecl *) { return false; } in isExternC() function