Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp2137 static bool isDeclExternC(const T &D) { in isDeclExternC() function
2154 return isDeclExternC(*this); in isExternC()
3285 return isDeclExternC(*this); in isExternC()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp7174 static bool isDeclExternC(const Decl *D) { in isDeclExternC() function
7808 if (isDeclExternC(NewVD)) { in ActOnVariableDeclarator()
9851 if (isDeclExternC(NewFD)) { in ActOnFunctionDeclarator()
19201 if (isDeclExternC(PrevDecl)) in ActOnPragmaRedefineExtname()