Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2226 static bool isDeclExternC(const T &D) { in isDeclExternC() function
2243 return isDeclExternC(*this); in isExternC()
3448 return isDeclExternC(*this); in isExternC()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp7411 static bool isDeclExternC(const Decl *D) { in isDeclExternC() function
8107 if (isDeclExternC(NewVD)) { in ActOnVariableDeclarator()
10285 if (isDeclExternC(NewFD)) { in ActOnFunctionDeclarator()
20437 if (isDeclExternC(PrevDecl)) in ActOnPragmaRedefineExtname()