Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDecl.cpp5508 static bool shouldConsiderLinkage(const VarDecl *VD) { in shouldConsiderLinkage() function
5519 static bool shouldConsiderLinkage(const FunctionDecl *FD) { in shouldConsiderLinkage() function
6031 FilterLookupForScope(Previous, OriginalDC, S, shouldConsiderLinkage(NewVD), in ActOnVariableDeclarator()
7531 FilterLookupForScope(Previous, OriginalDC, S, shouldConsiderLinkage(NewFD), in ActOnFunctionDeclarator()