Searched refs:getSourceDescriptor (Results 1 – 9 of 9) sorted by relevance
62 getSourceDescriptor(unsigned ID) override;
76 ClangExternalASTSourceCallbacks::getSourceDescriptor(unsigned id) { in getSourceDescriptor() function in ClangExternalASTSourceCallbacks
99 getSourceDescriptor(unsigned ID) override { in getSourceDescriptor() function100 return m_Source->getSourceDescriptor(ID); in getSourceDescriptor()
32 ExternalASTSource::getSourceDescriptor(unsigned ID) { in getSourceDescriptor() function in ExternalASTSource
189 virtual std::optional<ASTSourceDescriptor> getSourceDescriptor(unsigned ID);
2401 std::optional<ASTSourceDescriptor> getSourceDescriptor(unsigned ID) override;
3956 auto Info = Reader->getSourceDescriptor(Idx); in getParentModuleOrNull()
1234 auto parent_desc = ast_source->getSourceDescriptor(parent.GetValue()); in GetOrCreateClangModule()
9716 std::optional<ASTSourceDescriptor> ASTReader::getSourceDescriptor(unsigned ID) { in getSourceDescriptor() function in ASTReader