Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp8455 static GVALinkage adjustGVALinkageForAttributes(const ASTContext &Context, in adjustGVALinkageForAttributes() function
8476 return adjustGVALinkageForAttributes( in GetGVALinkageForFunction()
8550 return adjustGVALinkageForAttributes( in GetGVALinkageForVariable()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp10534 static GVALinkage adjustGVALinkageForAttributes(const ASTContext &Context, in adjustGVALinkageForAttributes() function
10586 adjustGVALinkageForAttributes(*this, FD, in GetGVALinkageForFunction()
10669 adjustGVALinkageForAttributes(*this, VD, in GetGVALinkageForVariable()