Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp9284 SourceLocation InstLoc, in CheckExplicitInstantiationScope() argument
9290 S.Diag(InstLoc, diag::err_explicit_instantiation_in_class) in CheckExplicitInstantiationScope()
9313 S.Diag(InstLoc, in CheckExplicitInstantiationScope()
9319 S.Diag(InstLoc, in CheckExplicitInstantiationScope()
9325 S.Diag(InstLoc, in CheckExplicitInstantiationScope()
9336 SourceLocation InstLoc, in CheckExplicitInstantiation() argument
9344 S.Diag(InstLoc, diag::err_explicit_instantiation_internal_linkage) << D; in CheckExplicitInstantiation()
9351 if (CheckExplicitInstantiationScope(S, D, InstLoc, WasQualifiedName)) in CheckExplicitInstantiation()