Home
last modified time | relevance | path

Searched defs:UseLoc (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/clang/lib/Tooling/Refactoring/
DLookup.cpp130 SourceLocation UseLoc) { in disambiguateSpellingInScope()
186 SourceLocation UseLoc, in replaceNestedName()
/external/llvm-project/clang/include/clang/Edit/
DEditedSource.h56 SourceLocation UseLoc; member
/external/llvm-project/clang/lib/Sema/
DSemaAccess.cpp1614 Sema::AccessResult Sema::CheckConstructorAccess(SourceLocation UseLoc, in CheckConstructorAccess()
1657 Sema::AccessResult Sema::CheckConstructorAccess(SourceLocation UseLoc, in CheckConstructorAccess()
1719 Sema::AccessResult Sema::CheckMemberAccess(SourceLocation UseLoc, in CheckMemberAccess()
1735 Sema::CheckStructuredBindingMemberAccess(SourceLocation UseLoc, in CheckStructuredBindingMemberAccess()
DSema.cpp765 SourceLocation UseLoc = Undef.second; in checkUndefinedButUsed() local
DSemaDeclCXX.cpp6914 SourceLocation UseLoc; member in Sema::InheritedConstructorInfo
6923 InheritedConstructorInfo(Sema &S, SourceLocation UseLoc, in InheritedConstructorInfo()
8509 void Sema::DefineDefaultedComparison(SourceLocation UseLoc, FunctionDecl *FD, in DefineDefaultedComparison()
DSemaLookup.cpp5312 void Sema::diagnoseMissingImport(SourceLocation UseLoc, NamedDecl *Decl, in diagnoseMissingImport()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMIRCanonicalizerPass.cpp226 const unsigned UseLoc = getInstrIdx(*UseInst); in rescheduleCanonically() local
/external/llvm-project/llvm/lib/CodeGen/
DMIRCanonicalizerPass.cpp225 const unsigned UseLoc = getInstrIdx(*UseInst); in rescheduleCanonically() local
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DUseAfterMoveCheck.cpp380 SourceLocation UseLoc = Use.DeclRef->getExprLoc(); in emitDiagnostic() local
/external/clang/lib/Sema/
DSemaAccess.cpp1611 Sema::AccessResult Sema::CheckConstructorAccess(SourceLocation UseLoc, in CheckConstructorAccess()
1654 Sema::AccessResult Sema::CheckConstructorAccess(SourceLocation UseLoc, in CheckConstructorAccess()
1716 Sema::AccessResult Sema::CheckMemberAccess(SourceLocation UseLoc, in CheckMemberAccess()
DSemaDeclCXX.cpp5076 SourceLocation UseLoc; member in Sema::InheritedConstructorInfo
5085 InheritedConstructorInfo(Sema &S, SourceLocation UseLoc, in InheritedConstructorInfo()
10228 SourceLocation UseLoc) { in diagnoseDeprecatedCopyOperation()
DSemaLookup.cpp4984 void Sema::diagnoseMissingImport(SourceLocation UseLoc, NamedDecl *Decl, in diagnoseMissingImport()
/external/llvm-project/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp334 SourceLocation UseLoc; member
/external/llvm-project/clang/lib/Parse/
DParser.cpp2448 SourceLocation UseLoc, in ParseModuleName()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp263 instructionClobbersQuery(const MemoryDef *MD, const MemoryLocation &UseLoc, in instructionClobbersQuery()
/external/llvm-project/llvm/lib/Analysis/
DMemorySSA.cpp269 instructionClobbersQuery(const MemoryDef *MD, const MemoryLocation &UseLoc, in instructionClobbersQuery()
/external/llvm-project/clang/include/clang/Sema/
DSema.h943 void addContextNote(SourceLocation UseLoc) { in addContextNote()