Home
last modified time | relevance | path

Searched defs:isFirstDecl (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DTriviallyDestructibleCheck.cpp25 AST_MATCHER(Decl, isFirstDecl) { return Node.isFirstDecl(); } in AST_MATCHER() argument
/llvm-project-15.0.7/clang/include/clang/AST/
H A DRedeclarable.h223 bool isFirstDecl() const { return RedeclLink.isFirst(); } in isFirstDecl() function
337 bool isFirstDecl() const { return getFirstDecl() == this; } in isFirstDecl() function
H A DDeclBase.h1024 bool isFirstDecl() const { in isFirstDecl() function