Searched defs:ASTNodeImporter (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | DeclFriend.h | 108 friend class ASTNodeImporter; variable |
H A D | ASTImporter.h | 63 friend class ASTNodeImporter; variable |
H A D | DeclBase.h | 328 friend class ASTNodeImporter; global() variable |
H A D | DeclCXX.h | 261 friend class ASTNodeImporter; variable |
H A D | Decl.h | 968 friend class ASTNodeImporter; global() variable |
H A D | Expr.h | 2326 friend class ASTNodeImporter; global() variable |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | ASTImporter.cpp | 178 class ASTNodeImporter : public TypeVisitor<ASTNodeImporter, ExpectedType>, class |