Searched refs:FromDecl (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DLookup.h37 /// \param FromDecl The declaration to which the nested name points.
44 const NamedDecl *FromDecl,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DLookup.cpp186 const NamedDecl *FromDecl,
196 // However, if the `FromDecl` is a class forward declaration, the reference is
201 isa<TranslationUnitDecl>(FromDecl->getDeclContext());
203 isa<CXXRecordDecl>(FromDecl) &&
204 !cast<CXXRecordDecl>(FromDecl)->isCompleteDefinition();
206 !usingFromDifferentCanonicalNamespace(FromDecl->getDeclContext(),
183 replaceNestedName(const NestedNameSpecifier *Use, SourceLocation UseLoc, const DeclContext *UseContext, const NamedDecl *FromDecl, StringRef ReplacementString) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp168 const NamedDecl *FromDecl; member in struct:clang::tooling::__anon1073::RenameLocFinder::RenameInfo
204 /*FromDecl=*/nullptr,
220 /*FromDecl=*/nullptr,
239 /*FromDecl=*/nullptr,
270 /*FromDecl=*/nullptr,
541 if (RenameInfo.FromDecl && RenameInfo.Context) {
546 RenameInfo.Context->getDeclContext(), RenameInfo.FromDecl,
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp1164 TemplateDecl *FromDecl = GetTemplateDecl(FromIter); local
1166 Tree.SetTemplateTemplateDiff(FromDecl, ToDecl, FromIter.isEnd() && FromDecl,
1168 Tree.SetSame(FromDecl && ToDecl &&
1169 FromDecl->getCanonicalDecl() == ToDecl->getCanonicalDecl());

Completed in 71 milliseconds