Home
last modified time | relevance | path

Searched refs:InstLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFStreamer.cpp68 SMLoc InstLoc = Inst.getLoc(); in emitPrefixedInstruction() local
71 InstLoc.isValid()) { in emitPrefixedInstruction()
73 unsigned InstLine = SourceManager->FindLineNumber(InstLoc); in emitPrefixedInstruction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp10051 SourceLocation InstLoc, in CheckExplicitInstantiationScope() argument
10057 S.Diag(InstLoc, diag::err_explicit_instantiation_in_class) in CheckExplicitInstantiationScope()
10080 S.Diag(InstLoc, in CheckExplicitInstantiationScope()
10086 S.Diag(InstLoc, in CheckExplicitInstantiationScope()
10092 S.Diag(InstLoc, in CheckExplicitInstantiationScope()
10103 SourceLocation InstLoc, in CheckExplicitInstantiation() argument
10111 S.Diag(InstLoc, diag::err_explicit_instantiation_internal_linkage) << D; in CheckExplicitInstantiation()
10118 if (CheckExplicitInstantiationScope(S, D, InstLoc, WasQualifiedName)) in CheckExplicitInstantiation()