Searched defs:FromFD (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/AST/ | ||
H A D | ASTImporter.cpp | 738 ImportFunctionTemplateWithTemplateArgsFromSpecialization(FunctionDecl * FromFD) ImportFunctionTemplateWithTemplateArgsFromSpecialization() argument |
/llvm-project/clang/unittests/AST/ | ||
H A D | ASTImporterTest.cpp | 8270 auto *FromFD = FirstDeclMatcher<FieldDecl>().match(FromTU, fieldDecl()); TEST_P() local |