Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/
H A DMangle.cpp58 static bool isExternC(const NamedDecl *ND) { isExternC() function
H A DDecl.cpp2227 bool VarDecl::isExternC() const { isExternC() function in VarDecl
3480 bool FunctionDecl::isExternC() const { isExternC() function in FunctionDecl
/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3418 template<typename T> static bool isExternC(T *D) { return D->isExternC(); } isExternC() function
3419 static bool isExternC(VarTemplateDecl *) { return false; } isExternC() function
3420 static bool isExternC(FunctionTemplateDecl *) { return false; } isExternC() function
[all...]
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5396 AST_POLYMORPHIC_MATCHER(isExternC,AST_POLYMORPHIC_SUPPORTED_TYPES (FunctionDecl,VarDecl)) AST_POLYMORPHIC_MATCHER() argument