Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2799 bool doesDeclarationForceExternallyVisibleDefinition() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3799 bool FunctionDecl::doesDeclarationForceExternallyVisibleDefinition() const { in doesDeclarationForceExternallyVisibleDefinition() function in FunctionDecl
H A DASTContext.cpp12355 return FD->doesDeclarationForceExternallyVisibleDefinition(); in DeclMustBeEmitted()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3803 if (!FD->doesDeclarationForceExternallyVisibleDefinition() && in EmitGlobal()