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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2047 static bool isDeclExternC(const T &D) { function
2064 return isDeclExternC(*this);
3067 return isDeclExternC(*this);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6671 static bool isDeclExternC(const Decl *D) { function
7275 if (isDeclExternC(NewVD)) {
9199 if (isDeclExternC(NewFD)) {
18162 if (isDeclExternC(PrevDecl))

Completed in 112 milliseconds