Searched refs:getLoc (Results 126 - 150 of 193) sorted by relevance

12345678

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp439 LSM.getMemoryBuffer(LSM.FindBufferContainingLoc(D.getLoc()));
450 unsigned Offset = D.getLoc().getPointer() - LBuf->getBufferStart();
472 if (D.getLoc() != SMLoc())
495 if (D.getLoc().isValid()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp81 return LI->getLoc();
86 return makeLocAsInteger(LI->getLoc(), castSize);
554 Loc lhsL = lhs.castAs<nonloc::LocAsInteger>().getLoc();
562 rhs.castAs<nonloc::LocAsInteger>().getLoc(),
H A DProgramState.cpp580 return scan(X->getLoc());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h404 return ParseInstruction(Info, Name, Token.getLoc(), Operands);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h173 return Error(Lex.getLoc(), Msg);
H A DSetTheory.cpp247 ST.evaluate(Def->getValueInit(FieldName), Elts, Def->getLoc());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp326 return getRelocType64(Ctx, Fixup.getLoc(), Modifier, Type, IsPCRel, Kind);
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.cpp590 PrintFatalError(R->getLoc(), "Unsupported SD Node property '" +
626 ArrayRef<SMLoc> DefLoc = R->getLoc();
743 PrintError(R->getLoc(),
H A DInstrInfoEmitter.cpp782 PrintFatalError(Inst.TheDef->getLoc(), "no TSFlags?");
788 PrintFatalError(Inst.TheDef->getLoc(),
H A DFixedLenDecoderEmitter.cpp1201 PrintFatalError(Pred->getLoc(), "Invalid AssemblerCondDag!");
1203 PrintFatalError(Pred->getLoc(), "Invalid AssemblerCondDag!");
1223 PrintFatalError(Pred->getLoc(), "Invalid AssemblerCondDag!");
1229 PrintFatalError(Pred->getLoc(), "Invalid AssemblerCondDag!");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCheck.cpp1347 ProcessMatchResult(FileCheckDiag::MatchFuzzy, SM, getLoc(),
2140 PrintNoMatch(false, SM, Prefix, Pat->getLoc(), *Pat, 1, Buffer,
2146 PrintMatch(false, SM, Prefix, Pat->getLoc(), *Pat, 1, Buffer, Pos, MatchLen,
2201 PrintNoMatch(true, SM, Prefix, Pat.getLoc(), Pat, 1, MatchBuffer,
2209 PrintMatch(true, SM, Prefix, Pat.getLoc(), Pat, 1, Buffer, MatchPos,
2257 PrintMatch(true, SM, Prefix, Pat.getLoc(), Pat, 1, Buffer, MatchPos,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp722 Asm.getContext().reportError(Fixup.getLoc(),
728 Asm.getContext().reportError(Fixup.getLoc(),
747 Fixup.getLoc(),
H A DMCObjectStreamer.cpp115 getContext().reportError(PendingFixup.Fixup.getLoc(),
369 getContext().reportError(Inst.getLoc(), Twine(Sec.getVirtualSectionKind()) +
H A DELFObjectWriter.cpp1435 Ctx.reportError(Fixup.getLoc(),
1444 Ctx.reportError(Fixup.getLoc(),
1472 if (!checkRelocation(Ctx, Fixup.getLoc(), &FixupSection, SecA))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4775 locs->second.count(TypoName.getLoc()))
4946 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure);
4953 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure);
4958 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure);
4966 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure);
4977 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure);
4997 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure);
5006 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure && !SecondBestTC);
5078 TypoName.getLoc());
H A DSemaTemplateVariadic.cpp449 return DiagnoseUnexpandedParameterPack(NameInfo.getLoc(), TSInfo, UPPC);
461 return DiagnoseUnexpandedParameterPacks(NameInfo.getLoc(), UPPC, Unexpanded);
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1993 E->getLoc(),
3075 PrintError(Spelling->getLoc(), "C++ standard attributes must "
3419 PrintError(R.getLoc(),
3434 PrintFatalError(S.getLoc(),
3483 PrintFatalError(Subject.getLoc(),
3541 OS << " S.Diag(Attr.getLoc(), diag::";
3602 OS << " S.Diag(Attr.getLoc(), diag::warn_attribute_ignored) ";
4011 PrintFatalError(Attr.getLoc(), "Unexpected namespace in spelling");
4056 PrintFatalError(Attribute.getLoc(),
4083 PrintFatalError(Attribute.getLoc(),
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp176 SourceLocation Loc = NameInfo.getLoc();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclarationName.h718 /// getLoc - Returns the main location of the declaration name.
719 SourceLocation getLoc() const { return NameLoc; } function in struct:clang::DeclarationNameInfo
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h607 return NameInfo.getLoc();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h371 SourceLocation getLoc() const { function in class:clang::ASTWriter::DeclUpdate
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h423 Loc getLoc() const { function in class:clang::ento::nonloc::LocAsInteger
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp228 Ctx.reportError(Fixup.getLoc(),
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h82 SMLoc getLoc() const { return Loc; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp158 MemoryLocation getLoc() const { function in class:__anon3378::MemoryLocOrCall
202 DenseMapInfo<MemoryLocation>::getHashValue(MLOC.getLoc()));
324 return instructionClobbersQuery(MD, UseMLOC.getLoc(), MU->getMemoryInst(),
1444 if (!UseMLOC.IsCall && lifetimeEndsAt(MD, UseMLOC.getLoc(), *AA)) {

Completed in 322 milliseconds

12345678