Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp5604 static bool isIncompleteDeclExternC(Sema &S, const T *D) { in isIncompleteDeclExternC() function
6246 isIncompleteDeclExternC(*this, NewVD)) in ActOnVariableDeclarator()
6393 if (!Prev && IsGlobal && !isIncompleteDeclExternC(S, ND)) { in checkGlobalOrExternCConflict()
6400 if (!IsGlobal || isIncompleteDeclExternC(S, ND)) { in checkGlobalOrExternCConflict()
6495 if (isIncompleteDeclExternC(S,ND)) in checkForConflictWithNonVisibleExternC()
8220 isIncompleteDeclExternC(*this, NewFD)) in ActOnFunctionDeclarator()