Searched refs:getSourceDescriptor (Results 1 – 9 of 9) sorted by relevance
54 getSourceDescriptor(unsigned ID) override;
74 ClangExternalASTSourceCallbacks::getSourceDescriptor(unsigned id) { in getSourceDescriptor() function in ClangExternalASTSourceCallbacks
77 getSourceDescriptor(unsigned ID) override { in getSourceDescriptor() function78 return m_Source->getSourceDescriptor(ID); in getSourceDescriptor()
34 ExternalASTSource::getSourceDescriptor(unsigned ID) { in getSourceDescriptor() function in ExternalASTSource
163 virtual std::optional<ASTSourceDescriptor> getSourceDescriptor(unsigned ID);
2156 std::optional<ASTSourceDescriptor> getSourceDescriptor(unsigned ID) override;
3414 auto Info = Reader->getSourceDescriptor(Idx); in getParentModuleOrNull()
1262 auto parent_desc = ast_source->getSourceDescriptor(parent.GetValue()); in GetOrCreateClangModule()
8767 std::optional<ASTSourceDescriptor> ASTReader::getSourceDescriptor(unsigned ID) { in getSourceDescriptor() function in ASTReader