Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp7183 static bool isIncompleteDeclExternC(Sema &S, const T *D) { in isIncompleteDeclExternC() function
8028 isIncompleteDeclExternC(*this, NewVD)) in ActOnVariableDeclarator()
8344 if (!Prev && IsGlobal && !isIncompleteDeclExternC(S, ND)) { in checkGlobalOrExternCConflict()
8351 if (!IsGlobal || isIncompleteDeclExternC(S, ND)) { in checkGlobalOrExternCConflict()
8446 if (isIncompleteDeclExternC(S,ND)) in checkForConflictWithNonVisibleExternC()
10562 isIncompleteDeclExternC(*this, NewFD)) in ActOnFunctionDeclarator()