HomeSort by: relevance | last modified time | path
    Searched defs:UseLoc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Edit/
EditedSource.h 56 SourceLocation UseLoc;
59 return std::tie(Identifier, ImmediateExpansionLoc, UseLoc) ==
61 Other.UseLoc);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MIRCanonicalizerPass.cpp 223 const unsigned UseLoc = getInstrIdx(*UseInst);
224 const unsigned Delta = (UseLoc - DefLoc);
228 if (DefLoc >= UseLoc)
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 334 SourceLocation UseLoc;
359 if (M.UseLoc.isInvalid())
360 M.UseLoc = UD.DirectivePos;
373 if (M.UseLoc.isInvalid())
374 M.UseLoc = UD.DirectivePos;
386 if (M.RedefLoc.isValid() && M.UseLoc.isValid()) {
387 Diags.Report(M.UseLoc, diag::err_verify_ambiguous_marker) << Name;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 794 SourceLocation UseLoc = Undef.second;
827 if (UseLoc.isValid())
828 S.Diag(UseLoc, diag::note_used_here);

Completed in 33 milliseconds