Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2228 static bool isDeclExternC(const T &D) { in isDeclExternC() function
2245 return isDeclExternC(*this); in isExternC()
3556 return isDeclExternC(*this); in isExternC()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp7381 static bool isDeclExternC(const Decl *D) { in isDeclExternC() function
8122 if (isDeclExternC(NewVD)) { in ActOnVariableDeclarator()
10354 if (isDeclExternC(NewFD)) { in ActOnFunctionDeclarator()
20604 if (isDeclExternC(PrevDecl)) in ActOnPragmaRedefineExtname()