Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h2089 bool doesDeclarationForceExternallyVisibleDefinition() const;
/external/clang/lib/AST/
DDecl.cpp2851 bool FunctionDecl::doesDeclarationForceExternallyVisibleDefinition() const { in doesDeclarationForceExternallyVisibleDefinition() function in FunctionDecl
DASTContext.cpp8597 return FD->doesDeclarationForceExternallyVisibleDefinition(); in DeclMustBeEmitted()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp1579 if (!FD->doesDeclarationForceExternallyVisibleDefinition()) in EmitGlobal()