Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DRedundantDeclarationCheck.cpp20 AST_MATCHER(FunctionDecl, doesDeclarationForceExternallyVisibleDefinition) { in AST_MATCHER() argument
21 return Node.doesDeclarationForceExternallyVisibleDefinition(); in AST_MATCHER()
39 doesDeclarationForceExternallyVisibleDefinition(), in registerMatchers()
/external/clang/include/clang/AST/
DDecl.h2089 bool doesDeclarationForceExternallyVisibleDefinition() const;
/external/llvm-project/clang/include/clang/AST/
DDecl.h2560 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/llvm-project/clang/lib/AST/
DDecl.cpp3412 bool FunctionDecl::doesDeclarationForceExternallyVisibleDefinition() const { in doesDeclarationForceExternallyVisibleDefinition() function in FunctionDecl
DASTContext.cpp10719 return FD->doesDeclarationForceExternallyVisibleDefinition(); in DeclMustBeEmitted()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp1579 if (!FD->doesDeclarationForceExternallyVisibleDefinition()) in EmitGlobal()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp2765 if (!FD->doesDeclarationForceExternallyVisibleDefinition()) in EmitGlobal()