Searched refs:getSourceDescriptor (Results 1 – 9 of 9) sorted by relevance
60 getSourceDescriptor(unsigned ID) override;
75 ClangExternalASTSourceCallbacks::getSourceDescriptor(unsigned id) { in getSourceDescriptor() function in ClangExternalASTSourceCallbacks
83 getSourceDescriptor(unsigned ID) override { in getSourceDescriptor() function84 return m_Source->getSourceDescriptor(ID); in getSourceDescriptor()
34 ExternalASTSource::getSourceDescriptor(unsigned ID) { in getSourceDescriptor() function in ExternalASTSource
165 virtual std::optional<ASTSourceDescriptor> getSourceDescriptor(unsigned ID);
2205 std::optional<ASTSourceDescriptor> getSourceDescriptor(unsigned ID) override;
3710 auto Info = Reader->getSourceDescriptor(Idx); in getParentModuleOrNull()
1210 auto parent_desc = ast_source->getSourceDescriptor(parent.GetValue()); in GetOrCreateClangModule()
9111 std::optional<ASTSourceDescriptor> ASTReader::getSourceDescriptor(unsigned ID) { in getSourceDescriptor() function in ASTReader