Home
last modified time | relevance | path

Searched defs:doesDeclarationForceExternallyVisibleDefinition (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DRedundantDeclarationCheck.cpp18 AST_MATCHER(FunctionDecl, doesDeclarationForceExternallyVisibleDefinition) { in AST_MATCHER() argument
/llvm-project/clang/lib/AST/
H A DDecl.cpp3795 bool FunctionDecl::doesDeclarationForceExternallyVisibleDefinition() const { doesDeclarationForceExternallyVisibleDefinition() function in FunctionDecl