Home
last modified time | relevance | path

Searched refs:FromDecl (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DLookup.cpp188 const NamedDecl *FromDecl, in replaceNestedName() argument
203 isa<TranslationUnitDecl>(FromDecl->getDeclContext()); in replaceNestedName()
205 isa<CXXRecordDecl>(FromDecl) && in replaceNestedName()
206 !cast<CXXRecordDecl>(FromDecl)->isCompleteDefinition(); in replaceNestedName()
208 !usingFromDifferentCanonicalNamespace(FromDecl->getDeclContext(), in replaceNestedName()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DLookup.h44 const NamedDecl *FromDecl,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp169 const NamedDecl *FromDecl; member
558 if (RenameInfo.FromDecl && RenameInfo.Context) { in createRenameAtomicChanges()
563 RenameInfo.Context->getDeclContext(), RenameInfo.FromDecl, in createRenameAtomicChanges()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDiagnostic.cpp1164 TemplateDecl *FromDecl = GetTemplateDecl(FromIter); in DiffTemplateTemplates() local
1166 Tree.SetTemplateTemplateDiff(FromDecl, ToDecl, FromIter.isEnd() && FromDecl, in DiffTemplateTemplates()
1168 Tree.SetSame(FromDecl && ToDecl && in DiffTemplateTemplates()
1169 FromDecl->getCanonicalDecl() == ToDecl->getCanonicalDecl()); in DiffTemplateTemplates()
H A DASTImporter.cpp9278 const Decl *FromDecl = in ImportAPValue() local
9280 const Decl *ImpDecl = importChecked(Err, FromDecl); in ImportAPValue()
9283 if (auto *RD = dyn_cast<CXXRecordDecl>(FromDecl)) in ImportAPValue()
9286 FromElemTy = cast<ValueDecl>(FromDecl)->getType(); in ImportAPValue()