HomeSort by: relevance | last modified time | path
    Searched refs:InstLoc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCELFStreamer.cpp 71 SMLoc InstLoc = Inst.getLoc();
74 InstLoc.isValid()) {
76 unsigned InstLine = SourceManager->FindLineNumber(InstLoc);
  /src/external/apache2/llvm/dist/clang/lib/Lex/
TokenLexer.cpp 676 SourceLocation instLoc;
678 instLoc = SM.createExpansionLoc(Tok.getLocation(),
683 instLoc = getExpansionLocForMacroDefLoc(Tok.getLocation());
686 Tok.setLocation(instLoc);
989 SourceLocation InstLoc,
1037 SM.createMacroArgExpansionLoc(FirstLoc, InstLoc,FullLength);
1059 SourceLocation InstLoc =
1067 InstLoc,
1072 updateConsecutiveMacroArgTokens(SM, InstLoc, begin_tokens, end_tokens);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp 9392 SourceLocation InstLoc,
9398 S.Diag(InstLoc, diag::err_explicit_instantiation_in_class)
9421 S.Diag(InstLoc,
9427 S.Diag(InstLoc,
9433 S.Diag(InstLoc,
9444 SourceLocation InstLoc,
9452 S.Diag(InstLoc, diag::err_explicit_instantiation_internal_linkage) << D;
9459 if (CheckExplicitInstantiationScope(S, D, InstLoc, WasQualifiedName))

Completed in 33 milliseconds