Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6708 NamedDecl *Sema::findLocallyScopedExternCDecl(DeclarationName Name) { in findLocallyScopedExternCDecl() function in Sema
8559 NamedDecl *Prev = S.findLocallyScopedExternCDecl(ND->getDeclName()); in checkGlobalOrExternCConflict()
8646 if (NamedDecl *Prev = S.findLocallyScopedExternCDecl(ND->getDeclName())) { in checkForConflictWithNonVisibleExternC()
16754 NamedDecl *ExternCPrev = findLocallyScopedExternCDecl(&II); in ImplicitlyDefineFunction()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4612 NamedDecl *findLocallyScopedExternCDecl(DeclarationName Name);