Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDecl.cpp6733 static bool shouldConsiderLinkage(const VarDecl *VD) { in shouldConsiderLinkage() function
6747 static bool shouldConsiderLinkage(const FunctionDecl *FD) { in shouldConsiderLinkage() function
7451 FilterLookupForScope(Previous, OriginalDC, S, shouldConsiderLinkage(NewVD), in ActOnVariableDeclarator()
9392 FilterLookupForScope(Previous, OriginalDC, S, shouldConsiderLinkage(NewFD), in ActOnFunctionDeclarator()