Searched defs:hasName (Results 1 – 11 of 11) sorted by relevance
95 private boolean hasName(Clazz clazz) in hasName() method in MemberNameFilter104 private boolean hasName(Clazz clazz, Method method) in hasName() method in MemberNameFilter116 private boolean hasName(Member member) in hasName() method in MemberNameFilter
114 bool hasName() const { return Name != 0; } in hasName() function
253 bool hasName() const { return SymbolTableEntry != 0; } in hasName() function
259 bool hasName() const { return SymbolTableEntry != nullptr; } in hasName() function
236 bool hasName() const { return HasName; } in hasName() function
254 bool hasName() const { return SymbolTableEntry != nullptr; } in hasName() function
233 bool hasName() const { return HasName; } in hasName() function
73 bool hasName() const { return Name.hasStdString(); } in hasName() function
361 bool hasName() const { return !Name.empty(); } in hasName() function
1968 bool hasName() const { in hasName() function
2096 inline internal::Matcher<NamedDecl> hasName(const std::string &Name) { in hasName() function