Searched defs:ImportDeclContext (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTImporter.cpp87 void ImportDeclContext(DeclContext *FromDC, bool ForceImport = false);
1905 void ASTNodeImporter::ImportDeclContext(DeclContext *FromDC, bool ForceImport) { function in class:ASTNodeImporter
1922 ImportDeclContext(From, /*ForceImport=*/true);
2021 ImportDeclContext(From, /*ForceImport=*/true);
2046 ImportDeclContext(From, /*ForceImport=*/true);
2061 ImportDeclContext(From, /*ForceImport=*/true);
2307 ImportDeclContext(D);
3372 ImportDeclContext(D);
3393 ImportDeclContext(From);
3423 ImportDeclContext(Fro
[all...]

Completed in 55 milliseconds