Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp7093 static bool isIncompleteDeclExternC(Sema &S, const T *D) { in isIncompleteDeclExternC() function
7905 isIncompleteDeclExternC(*this, NewVD)) in ActOnVariableDeclarator()
8219 if (!Prev && IsGlobal && !isIncompleteDeclExternC(S, ND)) { in checkGlobalOrExternCConflict()
8226 if (!IsGlobal || isIncompleteDeclExternC(S, ND)) { in checkGlobalOrExternCConflict()
8321 if (isIncompleteDeclExternC(S,ND)) in checkForConflictWithNonVisibleExternC()
10363 isIncompleteDeclExternC(*this, NewFD)) in ActOnFunctionDeclarator()