Home
last modified time | relevance | path

Searched refs:TypeNames (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h137 llvm::SmallPtrSet<IdentifierInfo *, 8> TypeNames; variable
H A DFormatTokenLexer.cpp75 for (const auto &TypeName : Style.TypeNames)
76 TypeNames.insert(&IdentTable.get(TypeName));
1333 else if (TypeNames.contains(Identifier)) in getNextToken()
H A DFormat.cpp1114 IO.mapOptional("TypeNames", Style.TypeNames); in mapping()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4679 std::vector<std::string> TypeNames; member
4916 TypeNames == R.TypeNames && TypenameMacros == R.TypenameMacros &&
/freebsd-14.2/usr.sbin/syslogd/
H A Dsyslogd.c364 static const char *TypeNames[] = { variable
2150 dprintf("Logging to %s", TypeNames[f->f_type]); in fprintlog_first()
2674 printf("%s: ", TypeNames[f->f_type]); in init()
3231 TypeNames[f->f_type], f->f_prevcount, in markit()