Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp453 << getLowerName() << "(new (Ctx, 1) char[" << getLowerName() in writeCtorInitializers()
458 OS << getLowerName() << "Length(0)," << getLowerName() << "(nullptr)"; in writeCtorDefaultInitializers()
545 OS << " return " << getLowerName() << "Expr && " << getLowerName() in writeAccessorDefinitions()
564 OS << "is" << getLowerName() << "Expr, is" << getLowerName() in writeCloneArgs()
611 OS << "is" << getLowerName() << "Expr, " << getLowerName() << "Ptr"; in writePCHReadArgs()
641 OS << " if (is" << getLowerName() << "Expr && " << getLowerName() in writeValue()
645 OS << " if (!is" << getLowerName() << "Expr && " << getLowerName() in writeValue()
773 OS << " " << getLowerName() << ".reserve(" << getLowerName() in writePCHReadDecls()
801 OS << getLowerName() << ".data(), " << getLowerName() << "Size"; in writePCHReadArgs()
846 OS << " " << getLowerName() << ".reserve(" << getLowerName() in writePCHReadDecls()
[all …]