Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DValue.h261 bool hasName() const { return HasName; } in hasName() function
DDerivedTypes.h290 bool hasName() const { return SymbolTableEntry != nullptr; } in hasName() function
/openbsd/src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h503 bool hasName() const { in hasName() function
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DCodeGenDAGPatterns.h684 bool hasName() const { return !Name.empty(); } in hasName() function
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h479 bool hasName() const { return !Name.empty(); } in hasName() function
/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DDeclSpec.h2241 bool hasName() const { in hasName() function
/openbsd/src/gnu/llvm/clang/include/clang/ASTMatchers/
DASTMatchers.h3001 inline internal::Matcher<NamedDecl> hasName(StringRef Name) { in hasName() function