Searched refs:doesDeclarationForceExternallyVisibleDefinition (Results 1 – 9 of 9) sorted by relevance
20 AST_MATCHER(FunctionDecl, doesDeclarationForceExternallyVisibleDefinition) { in AST_MATCHER() argument21 return Node.doesDeclarationForceExternallyVisibleDefinition(); in AST_MATCHER()39 doesDeclarationForceExternallyVisibleDefinition(), in registerMatchers()
2089 bool doesDeclarationForceExternallyVisibleDefinition() const;
2560 bool doesDeclarationForceExternallyVisibleDefinition() const;
2851 bool FunctionDecl::doesDeclarationForceExternallyVisibleDefinition() const { in doesDeclarationForceExternallyVisibleDefinition() function in FunctionDecl
8597 return FD->doesDeclarationForceExternallyVisibleDefinition(); in DeclMustBeEmitted()
3412 bool FunctionDecl::doesDeclarationForceExternallyVisibleDefinition() const { in doesDeclarationForceExternallyVisibleDefinition() function in FunctionDecl
10719 return FD->doesDeclarationForceExternallyVisibleDefinition(); in DeclMustBeEmitted()
1579 if (!FD->doesDeclarationForceExternallyVisibleDefinition()) in EmitGlobal()
2765 if (!FD->doesDeclarationForceExternallyVisibleDefinition()) in EmitGlobal()