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.cpp2211 static bool isDeclExternC(const T &D) { in isDeclExternC() function
2228 return isDeclExternC(*this); in isExternC()
3481 return isDeclExternC(*this); in isExternC()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp7211 static bool isDeclExternC(const Decl *D) { in isDeclExternC() function
7933 if (isDeclExternC(NewVD)) { in ActOnVariableDeclarator()
10145 if (isDeclExternC(NewFD)) { in ActOnFunctionDeclarator()
20122 if (isDeclExternC(PrevDecl)) in ActOnPragmaRedefineExtname()