Searched refs:InstLoc (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCELFStreamer.cpp | 71 SMLoc InstLoc = Inst.getLoc(); in emitPrefixedInstruction() local 74 InstLoc.isValid()) { in emitPrefixedInstruction() 76 unsigned InstLine = SourceManager->FindLineNumber(InstLoc); in emitPrefixedInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
| H A D | TokenLexer.cpp | 989 SourceLocation InstLoc, in updateConsecutiveMacroArgTokens() argument 1037 SM.createMacroArgExpansionLoc(FirstLoc, InstLoc,FullLength); in updateConsecutiveMacroArgTokens() 1059 SourceLocation InstLoc = in updateLocForMacroArgTokens() local 1067 InstLoc, in updateLocForMacroArgTokens() 1072 updateConsecutiveMacroArgTokens(SM, InstLoc, begin_tokens, end_tokens); in updateLocForMacroArgTokens()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 9392 SourceLocation InstLoc, in CheckExplicitInstantiationScope() argument 9398 S.Diag(InstLoc, diag::err_explicit_instantiation_in_class) in CheckExplicitInstantiationScope() 9421 S.Diag(InstLoc, in CheckExplicitInstantiationScope() 9427 S.Diag(InstLoc, in CheckExplicitInstantiationScope() 9433 S.Diag(InstLoc, in CheckExplicitInstantiationScope() 9444 SourceLocation InstLoc, in CheckExplicitInstantiation() argument 9452 S.Diag(InstLoc, diag::err_explicit_instantiation_internal_linkage) << D; in CheckExplicitInstantiation() 9459 if (CheckExplicitInstantiationScope(S, D, InstLoc, WasQualifiedName)) in CheckExplicitInstantiation()
|