Home | History | Annotate | Download | only in AST

Lines Matching defs:LO

153     LangOptions LO;
154 LO.CPlusPlus = true;
155 return OS << ClassType.getAsString(PrintingPolicy(LO));
163 LangOptions LO;
164 LO.CPlusPlus = true;
165 return OS << Type.getAsString(PrintingPolicy(LO));
192 LangOptions LO;
193 LO.CPlusPlus = true;
194 LO.Bool = true;
195 return OS << Type.getAsString(PrintingPolicy(LO));
548 LangOptions LO;
549 LO.CPlusPlus = true;
550 LO.Bool = true;
551 OS << TInfo->getType().getAsString(PrintingPolicy(LO));