Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp5754 static bool isIncompleteDeclExternC(Sema &S, const T *D) { in isIncompleteDeclExternC() function
6465 isIncompleteDeclExternC(*this, NewVD)) in ActOnVariableDeclarator()
6648 if (!Prev && IsGlobal && !isIncompleteDeclExternC(S, ND)) { in checkGlobalOrExternCConflict()
6655 if (!IsGlobal || isIncompleteDeclExternC(S, ND)) { in checkGlobalOrExternCConflict()
6750 if (isIncompleteDeclExternC(S,ND)) in checkForConflictWithNonVisibleExternC()
8520 isIncompleteDeclExternC(*this, NewFD)) in ActOnFunctionDeclarator()
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp6632 static bool isIncompleteDeclExternC(Sema &S, const T *D) { in isIncompleteDeclExternC() function
7423 isIncompleteDeclExternC(*this, NewVD)) in ActOnVariableDeclarator()
7725 if (!Prev && IsGlobal && !isIncompleteDeclExternC(S, ND)) { in checkGlobalOrExternCConflict()
7732 if (!IsGlobal || isIncompleteDeclExternC(S, ND)) { in checkGlobalOrExternCConflict()
7827 if (isIncompleteDeclExternC(S,ND)) in checkForConflictWithNonVisibleExternC()
9764 isIncompleteDeclExternC(*this, NewFD)) in ActOnFunctionDeclarator()