Searched refs:InstLoc (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | TokenLexer.cpp | 987 SourceLocation InstLoc, in updateConsecutiveMacroArgTokens() argument 1036 SM.createMacroArgExpansionLoc(FirstLoc, InstLoc,FullLength); in updateConsecutiveMacroArgTokens() 1058 SourceLocation InstLoc = in updateLocForMacroArgTokens() local 1066 InstLoc, in updateLocForMacroArgTokens() 1071 updateConsecutiveMacroArgTokens(SM, InstLoc, begin_tokens, end_tokens); in updateLocForMacroArgTokens()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 9494 SourceLocation InstLoc, in CheckExplicitInstantiationScope() argument 9500 S.Diag(InstLoc, diag::err_explicit_instantiation_in_class) in CheckExplicitInstantiationScope() 9523 S.Diag(InstLoc, in CheckExplicitInstantiationScope() 9529 S.Diag(InstLoc, in CheckExplicitInstantiationScope() 9535 S.Diag(InstLoc, in CheckExplicitInstantiationScope() 9546 SourceLocation InstLoc, in CheckExplicitInstantiation() argument 9554 S.Diag(InstLoc, diag::err_explicit_instantiation_internal_linkage) << D; in CheckExplicitInstantiation() 9561 if (CheckExplicitInstantiationScope(S, D, InstLoc, WasQualifiedName)) in CheckExplicitInstantiation()
|