Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp6174 static bool isIncompleteDeclExternC(Sema &S, const T *D) { in isIncompleteDeclExternC() function
6877 isIncompleteDeclExternC(*this, NewVD)) in ActOnVariableDeclarator()
7177 if (!Prev && IsGlobal && !isIncompleteDeclExternC(S, ND)) { in checkGlobalOrExternCConflict()
7184 if (!IsGlobal || isIncompleteDeclExternC(S, ND)) { in checkGlobalOrExternCConflict()
7279 if (isIncompleteDeclExternC(S,ND)) in checkForConflictWithNonVisibleExternC()
9124 isIncompleteDeclExternC(*this, NewFD)) in ActOnFunctionDeclarator()