Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp7143 static bool shouldConsiderLinkage(const VarDecl *VD) { in shouldConsiderLinkage() function
7160 static bool shouldConsiderLinkage(const FunctionDecl *FD) { in shouldConsiderLinkage() function
7950 FilterLookupForScope(Previous, OriginalDC, S, shouldConsiderLinkage(NewVD), in ActOnVariableDeclarator()
10129 FilterLookupForScope(Previous, OriginalDC, S, shouldConsiderLinkage(NewFD), in ActOnFunctionDeclarator()