Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DRedundantDeclarationCheck.cpp20 AST_MATCHER(FunctionDecl, doesDeclarationForceExternallyVisibleDefinition) { in AST_MATCHER() argument
21 return Node.doesDeclarationForceExternallyVisibleDefinition(); in AST_MATCHER()
39 doesDeclarationForceExternallyVisibleDefinition(), in registerMatchers()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h2650 bool doesDeclarationForceExternallyVisibleDefinition() const;
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp3548 bool FunctionDecl::doesDeclarationForceExternallyVisibleDefinition() const { in doesDeclarationForceExternallyVisibleDefinition() function in FunctionDecl
H A DASTContext.cpp11593 return FD->doesDeclarationForceExternallyVisibleDefinition(); in DeclMustBeEmitted()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp3204 if (!FD->doesDeclarationForceExternallyVisibleDefinition()) in EmitGlobal()