Home
last modified time | relevance | path

Searched defs:FromDecl (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/unittests/AST/
H A DASTImporterFixtures.cpp81 Decl *FromDecl) { in import()
93 Decl *FromDecl) { in importOrError()
H A DASTImporterTest.cpp1403 auto FromDecl = FirstDeclMatcher<VarDecl>().match( TEST_P() local
6169 auto *FromDecl = FromFriend->getFriendDecl(); TEST_P() local
/llvm-project/clang/lib/Tooling/Refactoring/
H A DLookup.cpp188 const NamedDecl *FromDecl, in replaceNestedName()
/llvm-project/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp762 replaceQualifiedSymbolInDeclContext(const ast_matchers::MatchFinder::MatchResult & Result,const DeclContext * DeclCtx,SourceLocation Start,SourceLocation End,const NamedDecl * FromDecl) replaceQualifiedSymbolInDeclContext() argument
889 const auto *FromDecl = Result.Nodes.getNodeAs<NamedDecl>("from_decl"); fixTypeLoc() local
[all...]
/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp169 const NamedDecl *FromDecl; member
/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp1200 Tree.SetTemplateTemplateDiff(FromDecl, ToDecl, FromIter.isEnd() && FromDecl, in DiffTemplateTemplates() local
H A DASTImporter.cpp10369 const Decl *FromDecl = ImportAPValue() local