Searched defs:doesDeclarationForceExternallyVisibleDefinition (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/readability/ | ||
H A D | RedundantDeclarationCheck.cpp | 18 AST_MATCHER(FunctionDecl, doesDeclarationForceExternallyVisibleDefinition) { in AST_MATCHER() argument |
/llvm-project/clang/lib/AST/ | ||
H A D | Decl.cpp | 3795 bool FunctionDecl::doesDeclarationForceExternallyVisibleDefinition() const { doesDeclarationForceExternallyVisibleDefinition() function in FunctionDecl |