Home
last modified time | relevance | path

Searched defs:NameList (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DMatchers.h83 explicit MatchesAnyListedNameMatcher(llvm::ArrayRef<StringRef> NameList) { in MatchesAnyListedNameMatcher() argument
146 matchesAnyListedName(llvm::ArrayRef<StringRef> NameList) matchesAnyListedName() argument
186 matchesAnyListedTypeName(llvm::ArrayRef<StringRef> NameList) matchesAnyListedTypeName() argument
H A DMatchers.cpp21 llvm::ArrayRef<StringRef> NameList) in MatchesAnyListedTypeNameMatcher()
/llvm-project/lld/test/MachO/
H A Dobj-file-with-stabs.s87 NameList: label
H A Dobjc-uses-custom-personality.s186 NameList: label
H A Dcompact-unwind-both-local-and-dylib-personality.s345 NameList: label
H A Dcompact-unwind-sym-relocs.s213 NameList: label
H A Dweak-definition-gc.s440 NameList: label
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseNullptrCheck.cpp38 makeCastSequenceMatcher(llvm::ArrayRef<StringRef> NameList) makeCastSequenceMatcher() argument
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h129 std::vector<NListEntry> NameList; member