Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDecl.cpp8357 static bool checkGlobalOrExternCConflict( in checkGlobalOrExternCConflict() function
8459 return checkGlobalOrExternCConflict(S, ND, /*IsGlobal*/true, Previous); in checkForConflictWithNonVisibleExternC()
8465 return checkGlobalOrExternCConflict(S, ND, /*IsGlobal*/false, Previous); in checkForConflictWithNonVisibleExternC()