Searched refs:getLoc (Results 51 - 75 of 95) sorted by relevance

1234

/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp690 PrintFatalError(AliasRW.TheDef->getLoc(), "Multiple aliases "
707 PrintFatalError((*WRI)->getLoc(), "Resources are defined for both "
717 PrintFatalError(ProcModel.ModelDef->getLoc(),
744 PrintFatalError(AliasRW.TheDef->getLoc(), "Multiple aliases "
761 PrintFatalError((*RAI)->getLoc(), "Resources are defined for both "
771 PrintFatalError(ProcModel.ModelDef->getLoc(),
797 PrintFatalError(SubDef->getLoc(), "Processor resource group "
1190 PrintFatalError(PI->ModelDef->getLoc(), "SchedMachineModel defines "
H A DCodeGenDAGPatterns.cpp807 PrintFatalError(R->getLoc(), "Cannot use 'Void' as type to SDTCisVT");
1823 PrintError(TheRecord->getLoc(), "In " + TheRecord->getName() + ": " + Msg);
2580 PrintError(PatDef->getLoc(), "Pattern doesn't match hasSideEffects = " +
2587 PrintError(PatDef->getLoc(), "Pattern doesn't match mayStore = " +
2596 PrintError(PatDef->getLoc(), "Pattern doesn't match mayLoad = " +
2946 PrintWarning(Pattern->getRecord()->getLoc(),
3064 PrintError(InstInfo.TheDef->getLoc(),
3067 PrintError(InstInfo.TheDef->getLoc(),
3070 PrintError(InstInfo.TheDef->getLoc(),
3124 PrintError(PTM.getSrcRecord()->getLoc(), Twin
[all...]
H A DSetTheory.cpp242 ST.evaluate(Def->getValueInit(FieldName), Elts, Def->getLoc());
H A DRegisterInfoEmitter.cpp328 PrintWarning(Reg->getLoc(), Twine("DWARF numbers for register ") +
1324 RegBank.getSets().evaluate(OPDag, OPSet, CSRSet->getLoc());
H A DAsmWriterEmitter.cpp551 PrintFatalError(Reg.TheDef->getLoc(),
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DSourceMgr.h239 SMLoc getLoc() const { return Loc; }
/freebsd-10.1-release/contrib/llvm/lib/TableGen/
H A DTGParser.h97 return Error(Lex.getLoc(), Msg);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp188 return assume(state, Cond.castAs<nonloc::LocAsInteger>().getLoc(),
H A DSimpleSValBuilder.cpp74 return LI->getLoc();
80 return makeLocAsInteger(LI->getLoc(), castSize);
339 Loc lhsL = lhs.castAs<nonloc::LocAsInteger>().getLoc();
343 rhs.castAs<nonloc::LocAsInteger>().getLoc(),
H A DProgramState.cpp569 return scan(X->getLoc());
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp484 Fixups.push_back(MCFixup::Create(0, Expr, Kind, MI.getLoc()));
774 Fixups.push_back(MCFixup::Create(0, Expr, Kind, MI.getLoc()));
851 Fixups.push_back(MCFixup::Create(0, Expr, Kind, MI.getLoc()));
938 Fixups.push_back(MCFixup::Create(0, E, Kind, MI.getLoc()));
953 Fixups.push_back(MCFixup::Create(0, E, Kind, MI.getLoc()));
1075 Fixups.push_back(MCFixup::Create(0, Expr, Kind, MI.getLoc()));
1153 Fixups.push_back(MCFixup::Create(0, Expr, Kind, MI.getLoc()));
/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp247 Asm.getContext().FatalError(Fixup.getLoc(),
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp203 SourceLocation Loc = nameInfo.getLoc();
484 SemaRef.Diag(nameInfo.getLoc(), diag::err_qualified_member_of_unrelated)
848 NameInfo.getLoc());
937 SourceLocation MemberLoc = MemberNameInfo.getLoc();
1666 return DiagnoseDtorReference(NameInfo.getLoc(), Result.get());
H A DSemaLookup.cpp4093 locs->second.count(TypoName.getLoc()))
4209 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure,
4216 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure,
4335 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure);
4457 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure);
4466 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure,
4475 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure);
4480 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure);
4504 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure);
4520 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailur
[all...]
H A DSemaTemplateVariadic.cpp322 return DiagnoseUnexpandedParameterPack(NameInfo.getLoc(), TSInfo, UPPC);
334 return DiagnoseUnexpandedParameterPacks(NameInfo.getLoc(), UPPC, Unexpanded);
/freebsd-10.1-release/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp411 PrintFatalError(r->getLoc(),
2755 PrintFatalError(R->getLoc(), "Builtin has no class kind");
2875 PrintFatalError(R->getLoc(), "Builtin has no class kind");
2906 PrintFatalError(R->getLoc(),
3027 PrintFatalError(R->getLoc(), "Builtin has no class kind");
3154 PrintFatalError(R->getLoc(), "Builtin has no class kind");
H A DClangSACheckersEmitter.cpp137 PrintFatalError(R->getLoc(), "Checker '" + R->getName() +
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h141 MachineLocation getLoc() const { return Loc; } function in class:llvm::DotDebugLocEntry
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclarationName.h453 /// getLoc - Returns the main location of the declaration name.
454 SourceLocation getLoc() const { return NameLoc; } function in struct:clang::DeclarationNameInfo
H A DDeclCXX.h2779 : NamedDecl(Using, DC, NameInfo.getLoc(), NameInfo.getName()),
2911 NameInfo.getLoc(), NameInfo.getName(), Ty),
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DLookup.h542 return NameInfo.getLoc();
H A DAttributeList.h307 SourceLocation getLoc() const { return AttrRange.getBegin(); } function in class:clang::AttributeList
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h378 Loc getLoc() const { function in class:clang::ento::nonloc::LocAsInteger
/freebsd-10.1-release/contrib/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp253 SrcMgr.PrintMessage(Lexer.getLoc(), SourceMgr::DK_Warning,
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp410 Asm.getContext().FatalError(Fixup.getLoc(),

Completed in 368 milliseconds

1234