Searched defs:checkGlobalOrExternCConflict (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDecl.cpp5829 static bool checkGlobalOrExternCConflict( function
5931 return checkGlobalOrExternCConflict(S, ND, /*IsGlobal*/true, Previous);
5937 return checkGlobalOrExternCConflict(S, ND, /*IsGlobal*/false, Previous);

Completed in 119 milliseconds