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

  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
Lookup.h 34 /// \param UseLoc The location of name to be replaced.
42 SourceLocation UseLoc,
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
Lookup.cpp 130 SourceLocation UseLoc) {
146 UseLoc = SM.getSpellingLoc(UseLoc);
159 // If `Res` is not visible in `UseLoc`, we don't consider it
165 SM.getSpellingLoc(Res->getLocation()), UseLoc))
186 SourceLocation UseLoc,
223 UseLoc);
  /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/
SemaAccess.cpp 1628 Sema::AccessResult Sema::CheckConstructorAccess(SourceLocation UseLoc,
1667 return CheckConstructorAccess(UseLoc, Constructor, Found, Entity, PD);
1671 Sema::AccessResult Sema::CheckConstructorAccess(SourceLocation UseLoc,
1709 return CheckAccess(*this, UseLoc, AccessEntity);
1733 Sema::AccessResult Sema::CheckMemberAccess(SourceLocation UseLoc,
1744 return CheckAccess(*this, UseLoc, Entity);
1749 Sema::CheckStructuredBindingMemberAccess(SourceLocation UseLoc,
1760 return CheckAccess(*this, UseLoc, Entity);
SemaLookup.cpp 5361 void Sema::diagnoseMissingImport(SourceLocation UseLoc, NamedDecl *Decl,
5387 PP.getHeaderToIncludeForDiagnostics(UseLoc, DeclLoc)) {
5389 SourceMgr.getFileEntryForID(SourceMgr.getFileID(UseLoc)))
5398 Diag(UseLoc, diag::err_module_unimported_use_header)
5403 createImplicitModuleImportForErrorRecovery(UseLoc, Modules[0]);
5421 Diag(UseLoc, diag::err_module_unimported_use_multiple)
5425 Diag(UseLoc, diag::err_module_unimported_use)
5433 createImplicitModuleImportForErrorRecovery(UseLoc, Modules[0]);
Sema.cpp 794 SourceLocation UseLoc = Undef.second;
827 if (UseLoc.isValid())
828 S.Diag(UseLoc, diag::note_used_here);
SemaDeclCXX.cpp 6989 SourceLocation UseLoc;
6998 InheritedConstructorInfo(Sema &S, SourceLocation UseLoc,
7000 : S(S), UseLoc(UseLoc) {
7031 S.Diag(UseLoc, diag::err_ambiguous_inherited_constructor)
7060 S.findInheritingConstructor(UseLoc, Ctor, It->second),
8588 void Sema::DefineDefaultedComparison(SourceLocation UseLoc, FunctionDecl *FD,
8598 Scope.addContextNote(UseLoc);
8617 ResolveExceptionSpec(UseLoc, FD->getType()->castAs<FunctionProtoType>());
  /src/external/apache2/llvm/dist/clang/lib/Edit/
EditedSource.cpp 89 std::tie(ArgUse.ImmediateExpansionLoc, ArgUse.UseLoc) !=
90 std::tie(U.ImmediateExpansionLoc, U.UseLoc);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp 2458 SourceLocation UseLoc,
2466 Actions.CodeCompleteModuleImport(UseLoc, Path);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemorySSA.cpp 270 instructionClobbersQuery(const MemoryDef *MD, const MemoryLocation &UseLoc,
311 ModRefInfo I = AA.getModRefInfo(DefInst, UseLoc);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 1051 void addContextNote(SourceLocation UseLoc) {
1056 Ctx.PointOfInstantiation = UseLoc;
5923 void DefineInheritingConstructor(SourceLocation UseLoc,
7268 AccessResult CheckMemberAccess(SourceLocation UseLoc,
7272 CheckStructuredBindingMemberAccess(SourceLocation UseLoc,
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 3450 SourceLocation UseLoc,

Completed in 48 milliseconds