reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

lib/MC/MCParser/AsmParser.cpp
 1075 bool AsmParser::parsePrimaryExpr(const MCExpr *&Res, SMLoc &EndLoc) {

References

include/llvm/MC/MCParser/MCTargetAsmParser.h
  381     return getParser().parsePrimaryExpr(Res, EndLoc);
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
 2391       if (getParser().parsePrimaryExpr(Expr, EndLoc))
lib/Target/X86/AsmParser/X86AsmParser.cpp
 1479         if (getParser().parsePrimaryExpr(Val, End)) {
 2342   return Parser.parsePrimaryExpr(Res, EndLoc);