Home
last modified time | relevance | path

Searched defs:doesDeclarationForceExternallyVisibleDefinition (Results 1 – 2 of 2) 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
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp3548 bool FunctionDecl::doesDeclarationForceExternallyVisibleDefinition() const { in doesDeclarationForceExternallyVisibleDefinition() function in FunctionDecl