Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h2128 GVALinkage GetGVALinkageForFunction(const FunctionDecl *FD);
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCodeGenModule.cpp589 GVALinkage Linkage = getContext().GetGVALinkageForFunction(D); in getFunctionLinkage()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp7837 GVALinkage ASTContext::GetGVALinkageForFunction(const FunctionDecl *FD) { in GetGVALinkageForFunction() function in ASTContext
7952 GVALinkage Linkage = GetGVALinkageForFunction(FD); in DeclMustBeEmitted()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDecl.cpp4854 bool isC99Inline = (S.Context.GetGVALinkageForFunction(FD) == GVA_C99Inline); in isFunctionDefinitionDiscarded()