HomeSort by: relevance | last modified time | path
    Searched defs:IDLoc (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 737 LocTy IDLoc = Lex.getLoc();
750 FwdRef = std::make_pair(MDTuple::getTemporary(Context, None), IDLoc);
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 587 SMLoc IDLoc) {
602 return Warning(IDLoc, "ignoring directive .dump for now");
604 return Warning(IDLoc, "ignoring directive .load for now");
761 bool DarwinAsmParser::parseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) {
767 return Error(IDLoc, ".secure_log_unique specified multiple times");
772 return Error(IDLoc, ".secure_log_unique used but AS_SECURE_LOG_FILE "
783 return Error(IDLoc, Twine("can't open secure log file: ") +
790 unsigned CurBuf = getSourceManager().FindBufferContainingLoc(IDLoc);
792 << ":" << getSourceManager().FindLineNumber(IDLoc, CurBuf) << ":"
802 bool DarwinAsmParser::parseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) {
    [all...]
AsmParser.cpp 198 SMLoc IDLoc);
1779 SMLoc IDLoc = ID.getLoc();
1784 return parseCppHashLineFilenameComment(IDLoc,
1793 return Error(IDLoc, "unexpected token at start of statement");
1802 return Error(IDLoc, "unexpected token at start of statement");
1827 return Error(IDLoc, "unexpected token at start of statement");
1850 return parseDirectiveIf(IDLoc, DirKind);
1852 return parseDirectiveIfb(IDLoc, true);
1854 return parseDirectiveIfb(IDLoc, false);
1856 return parseDirectiveIfc(IDLoc, true)
    [all...]
MasmParser.cpp 1995 SMLoc IDLoc = ID.getLoc();
1999 return parseCppHashLineFilenameComment(IDLoc);
2006 return Error(IDLoc, "unexpected token at start of statement");
2015 return Error(IDLoc, "unexpected token at start of statement");
2042 return Error(IDLoc, "unexpected token at start of statement");
2051 return Error(IDLoc, "unexpected token at start of statement");
2069 return parseDirectiveIf(IDLoc, DirKind);
2071 return parseDirectiveIfb(IDLoc, true);
2073 return parseDirectiveIfb(IDLoc, false);
2075 return parseDirectiveIfdef(IDLoc, true)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 127 bool finishBundle(SMLoc IDLoc, MCStreamer &Out);
129 bool matchOneInstruction(MCInst &MCB, SMLoc IDLoc,
133 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
140 bool OutOfRange(SMLoc IDLoc, long long Val, long long Max);
142 SMLoc IDLoc);
468 bool HexagonAsmParser::finishBundle(SMLoc IDLoc, MCStreamer &Out) {
473 MCB.setLoc(IDLoc);
512 auto IDLoc = Parser.getTok().getLoc();
524 return getParser().Error(IDLoc, MemNoShuffMsg);
528 return getParser().Error(IDLoc, llvm::Twine("'") + Option
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp 3549 IdentifierLoc *IdLoc = AL.getArgAsIdent(I);
3550 auto It = NameIdxMapping.find(IdLoc->Ident->getName());
3553 << IdLoc->Ident << IdLoc->Loc;
3557 SR = SourceRange(IdLoc->Loc);
5880 IdentifierLoc *IDLoc = AL.getArgAsIdent(0);
5882 if (!SwiftAsyncErrorAttr::ConvertStrToConventionKind(IDLoc->Ident->getName(),
5885 << AL << IDLoc->Ident;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 175 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
222 MacroExpanderResultTy tryExpandInstruction(MCInst &Inst, SMLoc IDLoc,
226 bool expandJalWithRegs(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
230 bool Is32BitImm, bool IsAddress, SMLoc IDLoc,
234 unsigned SrcReg, bool Is32BitSym, SMLoc IDLoc,
237 bool emitPartialAddress(MipsTargetStreamer &TOut, SMLoc IDLoc, MCSymbol *Sym);
239 bool expandLoadImm(MCInst &Inst, bool Is32BitImm, SMLoc IDLoc,
242 bool expandLoadSingleImmToGPR(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
244 bool expandLoadSingleImmToFPR(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
246 bool expandLoadDoubleImmToGPR(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out
    [all...]

Completed in 121 milliseconds