Home
last modified time | relevance | path

Searched refs:isDeclExternC (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2097 static bool isDeclExternC(const T &D) { in isDeclExternC() function
2114 return isDeclExternC(*this); in isExternC()
3182 return isDeclExternC(*this); in isExternC()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6799 static bool isDeclExternC(const Decl *D) { in isDeclExternC() function
7434 if (isDeclExternC(NewVD)) { in ActOnVariableDeclarator()
9408 if (isDeclExternC(NewFD)) { in ActOnFunctionDeclarator()
18451 if (isDeclExternC(PrevDecl)) in ActOnPragmaRedefineExtname()