Searched refs:getLowerName (Results 1 – 1 of 1) sorted by relevance
182 StringRef getLowerName() const { return lowerName; } in getLowerName() function in __anon6b5e8ea20211::Argument233 OS << " return " << getLowerName() << ";\n"; in writeAccessors()237 OS << getLowerName(); in writeCloneArgs()243 OS << getLowerName() << "(" << getUpperName() << ")"; in writeCtorInitializers()246 OS << getLowerName() << "()"; in writeCtorDefaultInitializers()252 OS << type << " " << getLowerName() << ";"; in writeDeclarations()256 OS << " " << type << " " << getLowerName() << " = " << read << ";\n"; in writePCHReadDecls()259 OS << getLowerName(); in writePCHReadArgs()324 OS << " return llvm::StringRef(" << getLowerName() << ", " in writeAccessors()325 << getLowerName() << "Length);\n"; in writeAccessors()[all …]