Searched refs:InstLoc (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCELFStreamer.cpp | 66 SMLoc InstLoc = Inst.getLoc(); in emitPrefixedInstruction() local 69 InstLoc.isValid()) { in emitPrefixedInstruction() 71 unsigned InstLine = SourceManager->FindLineNumber(InstLoc); in emitPrefixedInstruction()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 9812 SourceLocation InstLoc, in CheckExplicitInstantiationScope() argument 9818 S.Diag(InstLoc, diag::err_explicit_instantiation_in_class) in CheckExplicitInstantiationScope() 9841 S.Diag(InstLoc, in CheckExplicitInstantiationScope() 9847 S.Diag(InstLoc, in CheckExplicitInstantiationScope() 9853 S.Diag(InstLoc, in CheckExplicitInstantiationScope() 9864 SourceLocation InstLoc, in CheckExplicitInstantiation() argument 9872 S.Diag(InstLoc, diag::err_explicit_instantiation_internal_linkage) << D; in CheckExplicitInstantiation() 9879 if (CheckExplicitInstantiationScope(S, D, InstLoc, WasQualifiedName)) in CheckExplicitInstantiation()
|