Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp391 Error ImportDeclContext(DeclContext *FromDC, bool ForceImport = false);
392 Error ImportDeclContext(
1646 if (Error Err = ImportDeclContext(D, DC, LexicalDC)) in ImportDeclParts()
1758 ASTNodeImporter::ImportDeclContext(DeclContext *FromDC, bool ForceImport) { in ImportDeclContext() function in ASTNodeImporter
1886 Error ASTNodeImporter::ImportDeclContext( in ImportDeclContext() function in ASTNodeImporter
1965 Error Result = ImportDeclContext(From, /*ForceImport=*/true); in ImportDefinition()
2041 if (Error Err = ImportDeclContext(From, /*ForceImport=*/true)) in ImportDefinition()
2075 return ImportDeclContext(From, /*ForceImport=*/true); in ImportDefinition()
2094 if (Error Err = ImportDeclContext(From, /*ForceImport=*/true)) in ImportDefinition()
2251 if (Error Err = ImportDeclContext(D, DC, LexicalDC)) in VisitEmptyDecl()
[all …]