Searched refs:ImportDeclContext (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTImporter.cpp | 384 Error ImportDeclContext(DeclContext *FromDC, bool ForceImport = false); 385 Error ImportDeclContext( 1907 if (Error Err = ImportDeclContext(D, DC, LexicalDC)) in ImportDeclParts() 2019 ASTNodeImporter::ImportDeclContext(DeclContext *FromDC, bool ForceImport) { in ImportDeclContext() function in ASTNodeImporter 2165 Error ASTNodeImporter::ImportDeclContext( in ImportDeclContext() function in ASTNodeImporter 2244 Error Result = ImportDeclContext(From, /*ForceImport=*/true); in ImportDefinition() 2328 if (Error Err = ImportDeclContext(From, /*ForceImport=*/true)) in ImportDefinition() 2363 return ImportDeclContext(From, /*ForceImport=*/true); in ImportDefinition() 2382 if (Error Err = ImportDeclContext(From, /*ForceImport=*/true)) in ImportDefinition() 2462 if (Error Err = ImportDeclContext(D, DC, LexicalDC)) in VisitEmptyDecl() [all …]
|