Searched defs:isExternC (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/AST/ | ||
H A D | Mangle.cpp | 58 static bool isExternC(const NamedDecl *ND) { isExternC() function |
H A D | Decl.cpp | 2227 bool VarDecl::isExternC() const { isExternC() function in VarDecl |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaDecl.cpp | 3418 template<typename T> static bool isExternC(T *D) { return D->isExternC(); } isExternC() function |
/llvm-project/clang/include/clang/ASTMatchers/ | ||
H A D | ASTMatchers.h | 5396 AST_POLYMORPHIC_MATCHER(isExternC,AST_POLYMORPHIC_SUPPORTED_TYPES (FunctionDecl,VarDecl)) AST_POLYMORPHIC_MATCHER() argument |