Searched defs:hasName (Results 1 – 6 of 6) sorted by relevance
275 bool hasName() const { return SymbolTableEntry != nullptr; } in hasName() function
251 bool hasName() const { return HasName; } in hasName() function
442 bool hasName() const { in hasName() function
668 bool hasName() const { return !Name.empty(); } in hasName() function
2117 bool hasName() const { in hasName() function
2526 inline internal::Matcher<NamedDecl> hasName(const std::string &Name) { in hasName() function