HomeSort by relevance Sort by last modified time
    Searched refs:getLoc (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/llvm/lib/MC/MCParser/
MCAsmLexer.cpp 22 SMLoc MCAsmLexer::getLoc() const {
26 SMLoc AsmToken::getLoc() const {
MCAsmParser.cpp 37 Error(getLexer().getLoc(), Msg, Ranges);
COFFAsmParser.cpp 442 SMLoc Loc = getTok().getLoc();
557 SMLoc startLoc = getLexer().getLoc();
574 SMLoc startLoc = getLexer().getLoc();
598 SMLoc startLoc = getLexer().getLoc();
625 SMLoc startLoc = getLexer().getLoc();
645 SMLoc startLoc = getLexer().getLoc();
672 SMLoc startLoc = getLexer().getLoc();
686 SMLoc startLoc = getLexer().getLoc();
DarwinAsmParser.cpp 501 SMLoc Loc = getLexer().getLoc();
645 SMLoc IDLoc = getLexer().getLoc();
658 SMLoc SizeLoc = getLexer().getLoc();
666 Pow2AlignmentLoc = getLexer().getLoc();
728 SMLoc IDLoc = getLexer().getLoc();
741 SMLoc SizeLoc = getLexer().getLoc();
749 Pow2AlignmentLoc = getLexer().getLoc();
793 SMLoc Loc = getParser().getTok().getLoc();
  /external/clang/include/clang/Lex/
PPConditionalDirectiveRecord.h 39 SourceLocation getLoc() const { return Loc; }
48 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS.getLoc());
51 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS);
54 return SM.isBeforeInTranslationUnit(LHS, RHS.getLoc());
  /external/clang/lib/Sema/
TargetAttributesSema.cpp 33 S.Diag(Attr.getLoc(), diag::err_attribute_wrong_number_arguments)
43 S.Diag(Attr.getLoc(), diag::err_attribute_argument_type)
51 S.Diag(Attr.getLoc(), diag::err_attribute_argument_out_of_bounds)
57 d->addAttr(::new (S.Context) MSP430InterruptAttr(Attr.getLoc(), S.Context, Num));
58 d->addAttr(::new (S.Context) UsedAttr(Attr.getLoc(), S.Context));
81 S.Diag(Attr.getLoc(), diag::err_attribute_wrong_number_arguments)
99 S.Diag(Attr.getLoc(), diag::warn_attribute_wrong_decl_type)
134 S.Diag(Attr.getLoc(), diag::err_attribute_wrong_number_arguments)
146 S.Diag(Attr.getLoc(), diag::warn_attribute_wrong_decl_type)
154 S.Diag(Attr.getLoc(), diag::warn_attribute_ignored) << "dllimport"
    [all...]
SemaDeclAttr.cpp 213 S.Diag(Attr.getLoc(), diag::err_attribute_wrong_number_arguments)
227 S.Diag(Attr.getLoc(), diag::err_attribute_too_few_arguments) << Num;
341 S.Diag(Attr.getLoc(), diag::warn_thread_attribute_decl_not_pointer)
344 S.Diag(Attr.getLoc(), diag::err_attribute_can_be_applied_only_to_value_decl)
381 S.Diag(Attr.getLoc(), diag::warn_thread_attribute_argument_not_class)
407 S.Diag(Attr.getLoc(), diag::warn_thread_attribute_argument_not_lockable)
441 S.Diag(Attr.getLoc(), diag::warn_thread_attribute_ignored) <<
470 S.Diag(Attr.getLoc(), diag::err_attribute_argument_out_of_range)
507 S.Diag(Attr.getLoc(), diag::warn_thread_attribute_wrong_decl_type)
547 S.Diag(Attr.getLoc(), diag::warn_thread_attribute_wrong_decl_type
    [all...]
SemaOpenMP.cpp 67 Diag(Id.getLoc(), diag::err_undeclared_var_use_suggest)
69 << FixItHint::CreateReplacement(Id.getLoc(), CorrectedStr);
71 Diag(Id.getLoc(), diag::err_undeclared_var_use)
75 Diag(Id.getLoc(), diag::err_omp_expected_var_arg_suggest)
77 << FixItHint::CreateReplacement(Id.getLoc(), CorrectedStr);
83 Diag(Id.getLoc(), diag::err_omp_expected_var_arg_suggest)
94 Diag(Id.getLoc(), diag::err_omp_global_var_arg)
120 Diag(Id.getLoc(), diag::err_omp_var_scope)
133 Diag(Id.getLoc(), diag::err_omp_var_used)
139 ExprResult DE = BuildDeclRefExpr(VD, ExprType, VK_RValue, Id.getLoc());
    [all...]
SemaStmtAttr.cpp 52 S.Diag(A.getLoc(), A.isDeclspecAttribute() ?
  /external/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp 35 if (SourceMgr.isBeforeInTranslationUnit(Range.getEnd(), low->getLoc()))
55 if (SourceMgr.isBeforeInTranslationUnit(CondDirectiveLocs.back().getLoc(),
69 if (SourceMgr.isInSystemHeader(DirLoc.getLoc()))
73 SourceMgr.isBeforeInTranslationUnit(CondDirectiveLocs.back().getLoc(),
74 DirLoc.getLoc()));
  /external/llvm/lib/AsmParser/
LLLexer.h 55 LocTy getLoc() const { return SMLoc::getFromPointer(TokStart); }
65 bool Error(const Twine &Msg) const { return Error(getLoc(), Msg); }
LLParser.h 146 return Error(Lex.getLoc(), Msg);
182 *Loc = Lex.getLoc();
191 Loc = Lex.getLoc();
250 Loc = Lex.getLoc();
313 Loc = Lex.getLoc();
322 Loc = Lex.getLoc();
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 924 SMLoc S = Parser.getTok().getLoc();
932 Parser.getTok().getLoc()));
952 Error(Parser.getTok().getLoc(), "unexpected token in operand");
956 SMLoc S = Parser.getTok().getLoc();
974 S = Parser.getTok().getLoc();
985 SMLoc E = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1);
1009 SMLoc S = Parser.getTok().getLoc();
1012 SMLoc E = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1);
1019 SMLoc S = Parser.getTok().getLoc(); // Start location of the operand.
1023 SMLoc E = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1)
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/llvm/utils/TableGen/
PseudoLoweringEmitter.cpp 93 PrintFatalError(Rec->getLoc(),
132 PrintFatalError(Rec->getLoc(), Rec->getName() +
136 PrintFatalError(Rec->getLoc(), "Pseudo result '" + Operator->getName() +
142 PrintFatalError(Rec->getLoc(), "Pseudo result '" + Operator->getName() +
146 PrintFatalError(Rec->getLoc(), "Pseudo result '" + Operator->getName() +
182 PrintFatalError(Rec->getLoc(),
DisassemblerEmitter.cpp 121 PrintFatalError(Target.getTargetRecord()->getLoc(),
CodeGenInstruction.cpp 524 PrintFatalError(R->getLoc(),
541 PrintFatalError(R->getLoc(), "result value $" + Result->getArgName(i) +
559 PrintFatalError(R->getLoc(), "not enough arguments for instruction!");
565 R->getLoc(), T, ResOp)) {
600 PrintFatalError(R->getLoc(), "not enough arguments for instruction!");
603 R->getLoc(), T, ResOp)) {
608 PrintFatalError(R->getLoc(), "result argument #" + utostr(AliasOpNo) +
615 PrintFatalError(R->getLoc(), "result argument #" + utostr(AliasOpNo) +
621 PrintFatalError(R->getLoc(), "too many operands for instruction!");
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 71 SMLoc getLoc() const;
144 /// getLoc - Get the current source location.
145 SMLoc getLoc() const;
  /external/clang/utils/TableGen/
ClangCommentHTMLNamedCharacterReferenceEmitter.cpp 63 SrcMgr.PrintMessage(Tag.getLoc().front(),
  /external/llvm/include/llvm/MC/
MCFixup.h 107 SMLoc getLoc() const { return Loc; }
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 1033 StartLoc = PercentTok.getLoc();
    [all...]
  /external/clang/include/clang/Sema/
TypoCorrection.h 190 : TypoName.getLoc());
191 CorrectionRange.setEnd(TypoName.getLoc());
  /external/llvm/tools/llvm-mcmarkup/
llvm-mcmarkup.cpp 66 SMLoc getLoc() const { return StartLoc; }
202 SrcMgr.PrintMessage(Tag.getLoc(), SourceMgr::DK_Error,
  /external/llvm/lib/TableGen/
TGLexer.h 109 SMLoc getLoc() const;
TGParser.cpp 471 Result.RefRange.Start = Lex.getLoc();
483 Result.RefRange.End = Lex.getLoc();
506 Result.RefRange.End = Lex.getLoc();
521 Result.RefRange.Start = Lex.getLoc();
528 Result.RefRange.End = Lex.getLoc();
551 Result.RefRange.End = Lex.getLoc();
628 SMLoc StartLoc = Lex.getLoc();
650 SMLoc StartLoc = Lex.getLoc();
735 SMLoc Loc = Lex.getLoc();
923 SMLoc OpLoc = Lex.getLoc();
    [all...]

Completed in 1110 milliseconds

1 2 3 4