Searched refs:getLoc (Results 151 - 175 of 193) sorted by relevance

12345678

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp50 unsigned BufNum = DiagInfo->SrcMgr.FindBufferContainingLoc(Diag.getLoc());
H A DDwarfCompileUnit.cpp704 addVariableAddress(DV, *VariableDie, DVal->getLoc());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCheckImpl.h624 SMLoc getLoc() const { return PatternLoc; } function in class:llvm::Pattern
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp371 PrintWarning(Reg->getLoc(), Twine("DWARF numbers for register ") +
1568 RegBank.getSets().evaluate(OPDag, OPSet, CSRSet->getLoc());
H A DDAGISelMatcherEmitter.cpp205 auto Locs = R->getLoc();
H A DFastISelEmitter.cpp597 PrintFatalError(Pattern.getSrcRecord()->getLoc(),
H A DIntrinsicEmitter.cpp926 PrintFatalError(Ints[i].TheDef->getLoc(),
H A DGlobalISelEmitter.cpp4728 RuleMatcher M(P.getSrcRecord()->getLoc());
5259 PrintWarning(Pat.getSrcRecord()->getLoc(),
5272 PrintWarning(Pat.getSrcRecord()->getLoc(),
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h645 const SMLoc &getLoc() const { return Loc; } function in class:llvm::CodeInit
1497 ArrayRef<SMLoc> getLoc() const { return Locs; } function in class:llvm::final::final::Record
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp195 SourceLocation Loc = translateLocation(LSM, D.getLoc());
H A DParser.cpp1182 Diag(AL.getLoc(), diag::warn_attribute_on_function_definition) << AL;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp830 Diag(Entry.Attribute->getLoc(), diag::warn_pragma_attribute_unused)
H A DSemaTemplate.cpp712 Diag(NameInfo.getLoc(), diag::err_non_template_in_template_id)
4507 DeclResult Decl = CheckVarTemplateId(Template, TemplateLoc, NameInfo.getLoc(),
4515 NameInfo.getLoc());
4542 if (CheckTemplateArgumentList(NamedConcept, ConceptNameInfo.getLoc(),
4561 ConceptNameInfo.getLoc(),
4658 Diag(NameInfo.getLoc(), diag::err_no_member)
4664 Diag(NameInfo.getLoc(), diag::err_template_kw_refers_to_class_template)
4882 TL.setNameLoc(NameInfo.getLoc());
9394 Diag(AL.getLoc(), diag::note_attribute);
9456 Diag(AL.getLoc(),
[all...]
H A DSemaOpenMP.cpp2744 Diag(Id.getLoc(), Lookup.empty() ? diag::err_undeclared_var_use
2750 Diag(Id.getLoc(), diag::err_omp_expected_var_arg) << Id.getName();
2759 Diag(Id.getLoc(), diag::err_omp_global_var_arg)
2776 Diag(Id.getLoc(), diag::err_omp_var_scope)
2791 Diag(Id.getLoc(), diag::err_omp_var_scope)
2807 Diag(Id.getLoc(), diag::err_omp_var_scope)
2821 Diag(Id.getLoc(), diag::err_omp_var_scope)
2836 Diag(Id.getLoc(), diag::err_omp_var_used)
2845 Id.getLoc(), ExprType, VK_LValue);
17259 SourceLocation Loc = MapperId.getLoc();
[all...]
H A DSemaCast.cpp1988 SourceLocation NameLoc = FD->getFirstDecl()->getNameInfo().getLoc();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3419 : NamedDecl(Using, DC, NameInfo.getLoc(), NameInfo.getName()),
3638 NameInfo.getLoc(), NameInfo.getName(), Ty),
H A DExprCXX.h2946 SourceLocation getNameLoc() const { return NameInfo.getLoc(); }
3193 SourceLocation getLocation() const { return NameInfo.getLoc(); }
3653 SourceLocation getMemberLoc() const { return MemberNameInfo.getLoc(); }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp468 Asm.getContext().reportError(Fixup.getLoc(),
H A DWasmObjectWriter.cpp463 Fixup.getLoc(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp706 MCFixupKind(FixupKind), MI.getLoc());
H A DHexagonMCInstrInfo.cpp97 XMCI->setLoc(MCI.getLoc());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.cpp727 Ctx.reportError(Expr->getLoc(), "expected an immediate");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp782 Fixup.getLoc(), "value of " + Twine(SignedValue) +
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp1099 SMDiagnostic NewDiag(*Diag.getSourceMgr(), Diag.getLoc(), File->Path,
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4466 auto ToLoc = importChecked(Err, D->getNameInfo().getLoc());
4598 auto ToLoc = importChecked(Err, D->getNameInfo().getLoc());
5167 auto ToNameLoc = importChecked(Err, TC->getConceptNameInfo().getLoc());
7381 auto ToLoc = importChecked(Err, E->getMemberNameInfo().getLoc());
7489 auto ToNameLoc = importChecked(Err, E->getNameInfo().getLoc());

Completed in 492 milliseconds

12345678