Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h132 llvm::SmallPtrSet<IdentifierInfo *, 8> TypeNames; variable
H A DFormatTokenLexer.cpp75 for (const auto &TypeName : Style.TypeNames)
76 TypeNames.insert(&IdentTable.get(TypeName));
1371 else if (TypeNames.contains(Identifier)) in getNextToken()
H A DFormat.cpp1125 IO.mapOptional("TypeNames", Style.TypeNames); in mapping()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4910 std::vector<std::string> TypeNames; member
5157 TabWidth == R.TabWidth && TypeNames == R.TypeNames &&
/freebsd/usr.sbin/syslogd/
H A Dsyslogd.c260 static const char *TypeNames[] = { variable
2102 dprintf("Logging to %s", TypeNames[f->f_type]); in fprintlog_first()
2667 printf("%s: ", TypeNames[f->f_type]); in init()
3348 TypeNames[f->f_type], f->f_prevcount, in markit()