Searched defs:hasName (Results 1 – 11 of 11) sorted by relevance
51 bool BinaryData::hasName(StringRef Name) const { in hasName() function in BinaryData
261 bool hasName() const { return HasName; } in hasName() function
304 bool hasName() const { return SymbolTableEntry != nullptr; } hasName() function
129 bool hasName() const { return !Name.empty(); } hasName() function
318 bool MachineBasicBlock::hasName() const { hasName() function in MachineBasicBlock
675 bool hasName() const { return !Name.empty(); } hasName() function
1009 bool hasName(const std::string &FunctionName) const { hasName() function
853 bool hasName() const { hasName() function
493 bool hasName() const { return !Name.empty(); } hasName() function
2320 /// hasName - Whether this declarator has a name, which might be an in hasName() function
3079 inline internal::Matcher<NamedDecl> hasName(StringRef Name) { hasName() function [all...]