Searched refs:LiteralValue (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/llvm-pdbdump/
H A DEnumDumper.cpp45 WithColor(Printer, PDB_ColorItem::LiteralValue).get()
H A DLinePrinter.h75 LiteralValue, member in class:llvm::PDB_ColorItem
H A DLinePrinter.cpp116 case PDB_ColorItem::LiteralValue:
H A DVariableDumper.cpp60 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getValue();
76 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getLength();
H A DCompilandDumper.cpp76 WithColor(Printer, PDB_ColorItem::LiteralValue).get()
H A DFunctionDumper.cpp202 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Symbol.getLength();
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Go/
H A DGoParser.h79 GoASTCompositeLit *LiteralValue();
H A DGoParser.cpp507 GoASTCompositeLit *lit = LiteralValue();
515 GoParser::LiteralValue() function in class:GoParser
535 if (!((key = Expression()) || (key = LiteralValue())))
540 if ((value = Expression()) || (value = LiteralValue()))

Completed in 100 milliseconds