Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h1936 bool doesDeclarationForceExternallyVisibleDefinition() const;
/external/clang/lib/AST/
DDecl.cpp2694 bool FunctionDecl::doesDeclarationForceExternallyVisibleDefinition() const { in doesDeclarationForceExternallyVisibleDefinition() function in FunctionDecl
DASTContext.cpp7906 return FD->doesDeclarationForceExternallyVisibleDefinition(); in DeclMustBeEmitted()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp1242 if (!FD->doesDeclarationForceExternallyVisibleDefinition()) in EmitGlobal()