Searched refs:GetGVALinkageForFunction (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp732 GVALinkage Linkage = getContext().GetGVALinkageForFunction(D);
991 if (getContext().GetGVALinkageForFunction(FD) == GVA_AvailableExternally)
2241 Linkage = CGM.getContext().GetGVALinkageForFunction(cast<FunctionDecl>(&D));
H A DMicrosoftCXXABI.cpp363 getContext().GetGVALinkageForFunction(cast<FunctionDecl>(GD.getDecl()));
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2365 GVALinkage GetGVALinkageForFunction(const FunctionDecl *FD) const;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp8390 GVALinkage ASTContext::GetGVALinkageForFunction(const FunctionDecl *FD) const { function in class:ASTContext
8410 Context.GetGVALinkageForFunction(cast<FunctionDecl>(LexicalContext));
8506 GVALinkage Linkage = GetGVALinkageForFunction(FD);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp5556 // Try to avoid calling GetGVALinkageForFunction.
5576 S.Context.GetGVALinkageForFunction(FD) == GVA_AvailableExternally;

Completed in 235 milliseconds