Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp346 if (!fd->doesDeclarationForceExternallyVisibleDefinition()) in emitGlobal()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2900 bool doesDeclarationForceExternallyVisibleDefinition() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3874 bool FunctionDecl::doesDeclarationForceExternallyVisibleDefinition() const { in doesDeclarationForceExternallyVisibleDefinition() function in FunctionDecl
H A DASTContext.cpp12980 return FD->doesDeclarationForceExternallyVisibleDefinition(); in DeclMustBeEmitted()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp4063 if (!FD->doesDeclarationForceExternallyVisibleDefinition() && in EmitGlobal()