Home
last modified time | relevance | path

Searched defs:hasName (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDerivedTypes.h275 bool hasName() const { return SymbolTableEntry != nullptr; } in hasName() function
H A DValue.h251 bool hasName() const { return HasName; } in hasName() function
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h442 bool hasName() const { in hasName() function
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h668 bool hasName() const { return !Name.empty(); } in hasName() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h2117 bool hasName() const { in hasName() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2526 inline internal::Matcher<NamedDecl> hasName(const std::string &Name) { in hasName() function