Lines Matching refs:Prefix
407 // context the alignment check appears in, and Prefix defines the context the
409 uint32_t extractAlignment(NaClBitcodeParser *Parser, const char *Prefix,
415 StrBuf << Prefix << " alignment greater than 2**" << AlignPowerLimit
468 // Gives Decl a name if it doesn't already have one. Prefix and NameIndex are
474 const std::string &Prefix, const char *DeclType,
478 Prefix);
488 Decl->setName(Ctx, Translator.createUnnamedName(Prefix, NameIndex));