Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp58 static bool isExternC(const NamedDecl *ND) { in isExternC() function
H A DDecl.cpp2227 bool VarDecl::isExternC() const { in isExternC() function in VarDecl
3484 bool FunctionDecl::isExternC() const { in isExternC() function in FunctionDecl
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3434 template<typename T> static bool isExternC(T *D) { return D->isExternC(); } in isExternC() function
3435 static bool isExternC(VarTemplateDecl *) { return false; } in isExternC() function
3436 static bool isExternC(FunctionTemplateDecl *) { return false; } in isExternC() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5396 AST_POLYMORPHIC_MATCHER(isExternC, AST_POLYMORPHIC_SUPPORTED_TYPES(FunctionDecl, in AST_POLYMORPHIC_MATCHER() argument