Searched refs:InstLoc (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCELFStreamer.cpp | 69 SMLoc InstLoc = Inst.getLoc(); in emitPrefixedInstruction() local 72 InstLoc.isValid()) { in emitPrefixedInstruction() 74 unsigned InstLine = SourceManager->FindLineNumber(InstLoc); in emitPrefixedInstruction()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 9754 SourceLocation InstLoc, in CheckExplicitInstantiationScope() argument 9760 S.Diag(InstLoc, diag::err_explicit_instantiation_in_class) in CheckExplicitInstantiationScope() 9783 S.Diag(InstLoc, in CheckExplicitInstantiationScope() 9789 S.Diag(InstLoc, in CheckExplicitInstantiationScope() 9795 S.Diag(InstLoc, in CheckExplicitInstantiationScope() 9806 SourceLocation InstLoc, in CheckExplicitInstantiation() argument 9814 S.Diag(InstLoc, diag::err_explicit_instantiation_internal_linkage) << D; in CheckExplicitInstantiation() 9821 if (CheckExplicitInstantiationScope(S, D, InstLoc, WasQualifiedName)) in CheckExplicitInstantiation()
|