Searched refs:getLowerName (Results 1 – 1 of 1) sorted by relevance
110 StringRef getLowerName() const { return lowerName; } in getLowerName() function in __anone72ea0ab0111::Argument145 OS << " return " << getLowerName() << ";\n"; in writeAccessors()149 OS << getLowerName(); in writeCloneArgs()155 OS << getLowerName() << "(" << getUpperName() << ")"; in writeCtorInitializers()161 OS << type << " " << getLowerName() << ";"; in writeDeclarations()165 OS << " " << type << " " << getLowerName() << " = " << read << ";\n"; in writePCHReadDecls()168 OS << getLowerName(); in writePCHReadArgs()219 OS << " return llvm::StringRef(" << getLowerName() << ", " in writeAccessors()220 << getLowerName() << "Length);\n"; in writeAccessors()223 OS << " return " << getLowerName() << "Length;\n"; in writeAccessors()[all …]