Home
last modified time | relevance | path

Searched refs:TemplateNames (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h136 TemplateNames, TypeNames, VariableTemplates; variable
H A DFormatTokenLexer.cpp79 for (const auto &TemplateName : Style.TemplateNames)
80 TemplateNames.insert(&IdentTable.get(TemplateName));
1481 else if (TemplateNames.contains(Identifier)) in getNextToken()
H A DFormat.cpp1212 IO.mapOptional("TemplateNames", Style.TemplateNames); in mapping()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5190 std::vector<std::string> TemplateNames; member
5504 TabWidth == R.TabWidth && TemplateNames == R.TemplateNames &&