Searched refs:getLowerName (Results 1 – 1 of 1) sorted by relevance
245 StringRef getLowerName() const { return lowerName; } in getLowerName() function in __anone44e3aff0211::Argument296 OS << " return " << getLowerName() << ";\n"; in writeAccessors()301 OS << getLowerName(); in writeCloneArgs()309 OS << getLowerName() << "(" << getUpperName() << ")"; in writeCtorInitializers()313 OS << getLowerName() << "()"; in writeCtorDefaultInitializers()321 OS << type << " " << getLowerName() << ";"; in writeDeclarations()326 OS << " " << type << " " << getLowerName() << " = " << read << ";\n"; in writePCHReadDecls()330 OS << getLowerName(); in writePCHReadArgs()436 OS << " return llvm::StringRef(" << getLowerName() << ", " in writeAccessors()437 << getLowerName() << "Length);\n"; in writeAccessors()[all …]