Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2796 bool doesDeclarationForceExternallyVisibleDefinition() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3749 bool FunctionDecl::doesDeclarationForceExternallyVisibleDefinition() const { in doesDeclarationForceExternallyVisibleDefinition() function in FunctionDecl
H A DASTContext.cpp11872 return FD->doesDeclarationForceExternallyVisibleDefinition(); in DeclMustBeEmitted()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3762 if (!FD->doesDeclarationForceExternallyVisibleDefinition()) in EmitGlobal()