Lines Matching full:temporary
104 /// @see ExternalASTMerger::ImporterSource::Temporary
130 // If we get here, then this source is importing from a temporary ASTContext in ImportImpl()
132 // possible that the current ExternalASTMerger and the temporary ASTContext in ImportImpl()
133 // share a common ImporterSource, which means that the temporary in ImportImpl()
136 // such declarations from the temporary ASTContext, they should instead in ImportImpl()
139 // without creating incomplete declarations originated from a temporary in ImportImpl()
141 // would fail to do so as their temporary AST could be deleted (which means in ImportImpl()
146 // imported from the temporary ASTContext to a persistent ASTContext. in ImportImpl()
150 // the other (persistent) ASTImporter to this (temporary) ASTImporter. in ImportImpl()
160 // Temporary AST -------------------------------' in ImportImpl()
162 // First, ask the ExternalASTMerger of the source where the temporary in ImportImpl()
177 // had errors with importing the temporary decl. in ImportImpl()
182 // to prevent any further queries for the temporary decl. in ImportImpl()