Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangAttrEmitter.cpp440 << getLowerName() << "(new (Ctx, 1) char[" << getLowerName() in writeCtorInitializers()
445 OS << getLowerName() << "Length(0)," << getLowerName() << "(nullptr)"; in writeCtorDefaultInitializers()
511 OS << " return " << getLowerName() << "Expr && (" << getLowerName() in writeAccessorDefinitions()
522 OS << " return " << getLowerName() << "Expr && " << getLowerName() in writeAccessorDefinitions()
535 OS << " return " << getLowerName() << "Expr ? " << getLowerName() in writeAccessorDefinitions()
556 OS << "is" << getLowerName() << "Expr, is" << getLowerName() in writeCloneArgs()
602 OS << "is" << getLowerName() << "Expr, " << getLowerName() << "Ptr"; in writePCHReadArgs()
625 return "!is" + getLowerName().str() + "Expr || !" + getLowerName().str() in getIsOmitted()
757 OS << " " << getLowerName() << ".reserve(" << getLowerName() in writePCHReadDecls()
785 OS << getLowerName() << ".data(), " << getLowerName() << "Size"; in writePCHReadArgs()
[all …]